diff options
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 49f331f..31030dd 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -7,8 +7,8 @@ pkgdesc="Display server abstraction layer for gamma ramps" arch=(i686 x86_64) url="https://github.com/maandree/libgamma" license=('GPL3' 'custom:GFDL1.3') -depends=(glibc libxcb libx11 libxxf86vm libdrm) -makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) +depends=(glibc libxcb libx11 libxxf86vm libdrm wayland) +makedepends=(glibc libxcb libx11 libxxf86vm libdrm wayland sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) install=libgamma.install source=($url/archive/$pkgver.tar.gz) sha256sums=(a29ddbd96eff868d5c61e793642813a6a4f6cfe358654227502bb91e95cb75db) |