summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2019-06-28 15:47:41 +0200
committerCedric Girard2019-06-28 15:47:41 +0200
commitf110926fee163003151f1e71d015fa6e19913f5d (patch)
treebaf62ff043faed8f130e147407661860f8608f23
parentac0ae3e17f8927045b39e7488257f7fe65ff9913 (diff)
downloadaur-wlay-git.tar.gz
upgpkg: wlay-git r21.7018252-2
glew dep no more needed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf6c408fe27..80d429bb2b5a 100644
--- a/.SRCINFO
+++ b/.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/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')