summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2019-06-26 09:03:07 +0200
committerCedric Girard2019-06-26 09:03:07 +0200
commitac0ae3e17f8927045b39e7488257f7fe65ff9913 (patch)
tree6695f8a858b7a701596cdb2e0856f68a1076b0b7 /PKGBUILD
parent110b86745a5a69d6130d20ef0d561fa61614b9f6 (diff)
downloadaur-ac0ae3e17f8927045b39e7488257f7fe65ff9913.tar.gz
upgpkg: wlay-git r21.7018252-1
add libepoxy dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8a44313629c..e5fe9cf50318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')