upgpkg: wlay-git r21.7018252-1

add libepoxy dep
This commit is contained in:
Cedric Girard 2019-06-26 09:03:07 +02:00
parent 228d09e374
commit 86a96b4b4a
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = wlay-git
pkgdesc = Graphical output management for Wayland
pkgver = r20.4e30475
pkgver = r21.7018252
pkgrel = 1
url = https://github.com/atx/wlay
arch = i686
@ -12,9 +12,11 @@ pkgbase = wlay-git
makedepends = wayland
makedepends = glfw-wayland
makedepends = glew-wayland
makedepends = libepoxy
depends = wayland
depends = glfw-wayland
depends = glew-wayland
depends = libepoxy
provides = wlay
conflicts = wlay
source = wlay::git+https://github.com/atx/wlay.git

View File

@ -1,15 +1,15 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=wlay-git
pkgver=r20.4e30475
pkgver=r21.7018252
pkgrel=1
pkgdesc="Graphical output management for Wayland"
arch=('i686' 'x86_64')
url="https://github.com/atx/wlay"
license=('MIT')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland')
depends=('wayland' 'glfw-wayland' 'glew-wayland')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
depends=('wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
provides=('wlay')
conflicts=('wlay')
source=('wlay::git+https://github.com/atx/wlay.git')