summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2016-02-19 16:38:00 -0800
committerBuildTools2016-02-19 16:38:00 -0800
commitf9cd7ff96fe37d93e0abcb168f9d099c03bf78c6 (patch)
tree42ca51d0b63d709fa44787474613741de53ddfad /PKGBUILD
parent5a43963bf73cbda04e0947544a9c7c2b86b6dcbe (diff)
downloadaur-f9cd7ff96fe37d93e0abcb168f9d099c03bf78c6.tar.gz
Remove freeglut dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e93589b8ee4e..9ed3860b203a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-libwebp
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="WebP library (mingw-w64)"
arch=(any)
url="https://developers.google.com/speed/webp/"
license=("BSD")
makedepends=(mingw-w64-configure)
-depends=(mingw-w64-libjpeg-turbo mingw-w64-libpng mingw-w64-libtiff mingw-w64-freeglut mingw-w64-giflib)
+depends=(mingw-w64-libjpeg-turbo mingw-w64-libpng mingw-w64-libtiff mingw-w64-giflib)
options=(staticlibs !strip !buildflags)
source=("http://downloads.webmproject.org/releases/webp/libwebp-$pkgver.tar.gz")
sha256sums=('5cd3bb7b623aff1f4e70bd611dc8dbabbf7688fd5eb225b32e02e09e37dfb274')