summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2016-09-27 09:12:11 -0700
committerBen Widawsky2016-09-27 09:12:11 -0700
commit6405b15b3c205a9473b02bff1e81571b169658fd (patch)
tree608c4999df28e8f67fc71621163de3ecdce82669
parent04a6b1000944e0af2da6b9b2351587d38bbf1e37 (diff)
downloadaur-6405b15b3c205a9473b02bff1e81571b169658fd.tar.gz
Remove optdepends. Depends already covers it.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3851945b0966..61f77cf74b76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 15:59:54 UTC 2016
+# Tue Sep 27 16:12:10 UTC 2016
pkgbase = waffle
pkgdesc = a library for choosing window system and OpenGL API at runtime
pkgver = 1.5.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.waffle-gl.org
arch = i686
arch = x86_64
@@ -21,6 +21,4 @@ pkgbase = waffle
sha256sums = d662f6743f688dc5ea4b7d29f558eb54bd8f57350080f04a006693d22e5d1d5b
pkgname = waffle
- optdepends = libegl: for x11_egl, gbm or wayland support
- optdepends = libgbm: for gbm support
diff --git a/PKGBUILD b/PKGBUILD
index fb7727484b53..adfdf29cee62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='waffle'
pkgver='1.5.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc='a library for choosing window system and OpenGL API at runtime'
arch=('i686' 'x86_64')
url='http://www.waffle-gl.org'
@@ -34,8 +34,6 @@ build() {
}
package() {
- optdepends=('libegl: for x11_egl, gbm or wayland support' 'libgbm: for gbm support')
-
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install