diff --git a/wlay-git/.SRCINFO b/wlay-git/.SRCINFO index caf6c40..80d429b 100644 --- a/wlay-git/.SRCINFO +++ b/wlay-git/.SRCINFO @@ -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 diff --git a/wlay-git/PKGBUILD b/wlay-git/PKGBUILD index e5fe9cf..36874c6 100644 --- a/wlay-git/PKGBUILD +++ b/wlay-git/PKGBUILD @@ -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')