summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2019-06-26 09:03:07 +0200
committerCedric Girard2019-06-26 09:03:07 +0200
commitac0ae3e17f8927045b39e7488257f7fe65ff9913 (patch)
tree6695f8a858b7a701596cdb2e0856f68a1076b0b7
parent110b86745a5a69d6130d20ef0d561fa61614b9f6 (diff)
downloadaur-ac0ae3e17f8927045b39e7488257f7fe65ff9913.tar.gz
upgpkg: wlay-git r21.7018252-1
add libepoxy dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faaf35bc8cc7..caf6c408fe27 100644
--- a/.SRCINFO
+++ b/.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/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')