summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-10-20 22:03:00 -0500
committerDoug Newgard2013-10-20 22:03:00 -0500
commitd08496359382c4091adef7cd23c1cd82c4815f83 (patch)
treeba3e7a6b3318e9cf436f4caaa9eb76493db9b78e
parent34f6357833b7553aa5f77794ddaf9cdb9468e869 (diff)
downloadaur-d08496359382c4091adef7cd23c1cd82c4815f83.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 a80e8759ae88..8b3a876c6f72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ephoto-git
pkgdesc = A light image viewer based on EFL
- pkgver = 0.1.1.470.7ac111a
+ pkgver = 0.1.1.472.0619778
pkgrel = 1
url = http://www.enlightenment.org
install = ephoto.install
@@ -11,7 +11,6 @@ pkgbase = ephoto-git
makedepends = git
depends = elementary
depends = desktop-file-utils
- options = !libtool
source = git://git.enlightenment.org/apps/ephoto.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 233366350a54..4ddd63fbdf3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ephoto-git
_pkgname=${pkgname%-*}
-pkgver=0.1.1.470.7ac111a
+pkgver=0.1.1.472.0619778
pkgrel=1
pkgdesc="A light image viewer based on EFL"
arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@ url="http://www.enlightenment.org"
license=('BSD' 'GPL3')
depends=('elementary' 'desktop-file-utils')
makedepends=('git')
-options=('!libtool')
install=ephoto.install
source=("git://git.enlightenment.org/apps/$_pkgname.git")
md5sums=('SKIP')