summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-04-11 01:07:33 +0800
committerTing-Wei Lan2015-04-11 01:07:33 +0800
commit2087810792688af0e323d8b6c3f45c23e41753e3 (patch)
treee7a5a556100450a1e27324c4c4fdc52f58e2750d
parente134fa2280e7a9331c738404fa52b1e3f680b09a (diff)
downloadaur-2087810792688af0e323d8b6c3f45c23e41753e3.tar.gz
mingw-w64-gtk2: Remove !libtool
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2e6287723f..0a5ae931e5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = mingw-w64-gtk2
depends = mingw-w64-glib2>=2.28.0
depends = mingw-w64-cairo>=1.6
depends = mingw-w64-gdk-pixbuf2>=2.21.0
- options = !libtool
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 7085252da6fe..f04203cd479e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=(
'mingw-w64-glib2>=2.28.0'
'mingw-w64-cairo>=1.6'
'mingw-w64-gdk-pixbuf2>=2.21.0')
-options=(!libtool !strip !buildflags staticlibs)
+options=(!strip !buildflags staticlibs)
source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz")
sha256sums=("20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4")