upgpkg: wlay-git r21.7018252-2

glew dep no more needed
This commit is contained in:
Cedric Girard 2019-06-28 15:47:41 +02:00
parent 86a96b4b4a
commit ad06c5d2f4
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wlay-git
pkgdesc = Graphical output management for Wayland
pkgver = r21.7018252
pkgrel = 1
pkgrel = 2
url = https://github.com/atx/wlay
arch = i686
arch = x86_64
@ -11,11 +11,9 @@ pkgbase = wlay-git
makedepends = extra-cmake-modules
makedepends = wayland
makedepends = glfw-wayland
makedepends = glew-wayland
makedepends = libepoxy
depends = wayland
depends = glfw-wayland
depends = glew-wayland
depends = libepoxy
provides = wlay
conflicts = wlay

View File

@ -2,14 +2,14 @@
pkgname=wlay-git
pkgver=r21.7018252
pkgrel=1
pkgrel=2
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' 'libepoxy')
depends=('wayland' 'glfw-wayland' 'glew-wayland' 'libepoxy')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'wayland' 'glfw-wayland' 'libepoxy')
depends=('wayland' 'glfw-wayland' 'libepoxy')
provides=('wlay')
conflicts=('wlay')
source=('wlay::git+https://github.com/atx/wlay.git')