diff --git a/wlay-git/.SRCINFO b/wlay-git/.SRCINFO index faaf35b..caf6c40 100644 --- a/wlay-git/.SRCINFO +++ b/wlay-git/.SRCINFO @@ -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 diff --git a/wlay-git/PKGBUILD b/wlay-git/PKGBUILD index a8a4431..e5fe9cf 100644 --- a/wlay-git/PKGBUILD +++ b/wlay-git/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: Cedric Girard 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')