summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-10-20 22:04:34 -0500
committerDoug Newgard2013-10-20 22:04:34 -0500
commitc73eea6f839ce81425477e5a4fa20da6de7c5fe8 (patch)
treeca7f106909cce9264a5c3c258abe70ba7c2092e8
parent2707cefaac7df2d423d4787ac6f27025ae7235c7 (diff)
downloadaur-c73eea6f839ce81425477e5a4fa20da6de7c5fe8.tar.gz
Removing libtool files is now the default
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53e4fc9f576b..3306f38978eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = etrophy
arch = x86_64
license = BSD
depends = elementary
- options = !libtool
options = !emptydirs
source = http://download.enlightenment.org/releases/etrophy-0.5.1.tar.bz2
md5sums = ed8aabe52b71e54db6f9104725e61645
diff --git a/PKGBUILD b/PKGBUILD
index 1e5328cd3534..8d65cd8a5004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('BSD')
depends=('elementary')
-options=('!libtool' '!emptydirs')
+options=('!emptydirs')
source=("http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.bz2")
md5sums=('ed8aabe52b71e54db6f9104725e61645')