summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')