summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2019-06-28 15:47:41 +0200
committerCedric Girard2019-06-28 15:47:41 +0200
commitf110926fee163003151f1e71d015fa6e19913f5d (patch)
treebaf62ff043faed8f130e147407661860f8608f23 /PKGBUILD
parentac0ae3e17f8927045b39e7488257f7fe65ff9913 (diff)
downloadaur-f110926fee163003151f1e71d015fa6e19913f5d.tar.gz
upgpkg: wlay-git r21.7018252-2
glew dep no more needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5fe9cf50318..36874c6a1a34 100644
--- a/PKGBUILD
+++ b/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')