summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-10-20 22:12:14 -0500
committerDoug Newgard2013-10-20 22:12:14 -0500
commit8102e31759e6a6221b57eb9557aea4a645e34038 (patch)
treecbcecfe24f1e89ed2d3808f80983fd59dcec10a3
parentce974a4355f3798e19f54e0152f8e161873de373 (diff)
downloadaur-8102e31759e6a6221b57eb9557aea4a645e34038.tar.gz
Removing libtool files is now the default
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c9512fc83b..c74656ebdcaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = places-git
pkgdesc = Enlightenment module: Manage the mounting of volumes
- pkgver = 0.5.0.r171.92a5ec8
+ pkgver = 0.5.0.r176.d26c909
pkgrel = 1
url = http://code.google.com/p/e17mods/wiki/Places
arch = i686
@@ -11,7 +11,6 @@ pkgbase = places-git
depends = udisks
provides = e17-places-svn
conflicts = e17-places-svn
- options = !libtool
source = git://git.enlightenment.org/enlightenment/modules/places.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bc5ae67fdfff..4e0dc6469e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=places-git
_pkgname=${pkgname%-git}
-pkgver=0.5.0.r171.92a5ec8
+pkgver=0.5.0.r176.d26c909
pkgrel=1
pkgdesc="Enlightenment module: Manage the mounting of volumes"
arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@ depends=('enlightenment17>=0.17.99' 'udisks')
makedepends=('git')
conflicts=('e17-places-svn')
provides=('e17-places-svn')
-options=('!libtool')
source=("git://git.enlightenment.org/enlightenment/modules/$_pkgname.git")
md5sums=('SKIP')