summaryrefslogtreecommitdiff
path: root/community/libgringotts
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
commitc39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch)
treee1ab5429c30dcac4e282e1fba53182f0ea509d75 /community/libgringotts
parent70dd19e62605010a1403e8e28a9d40ca5b09409a (diff)
parent5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgringotts/PKGBUILD community/ruby-gtk2/PKGBUILD community/steghide/PKGBUILD community/twin/PKGBUILD core/bzip2/PKGBUILD multilib/lib32-mpg123/PKGBUILD testing/samba/PKGBUILD testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community/libgringotts')
-rw-r--r--community/libgringotts/PKGBUILD10
-rw-r--r--community/libgringotts/libgringotts.changelog4
2 files changed, 9 insertions, 5 deletions
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD
index d50b7dda0..5c4ffdf32 100644
--- a/community/libgringotts/PKGBUILD
+++ b/community/libgringotts/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 68667 2012-03-31 08:24:10Z stativ $
+# $Id: PKGBUILD 70182 2012-05-01 12:27:33Z andrea $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=libgringotts
pkgver=1.2.1
-pkgrel=9
-pkgdesc="Encryption backend for Gringotts."
+pkgrel=10
+pkgdesc="Encryption backend for Gringotts"
arch=('i686' 'x86_64' 'mips64el')
url="http://developer.berlios.de/projects/gringotts"
license=('GPL')
-depends=('bzip2' 'libmcrypt' 'libtool' 'mhash' 'zlib')
-makedepends=('autoconf')
+depends=('bzip2' 'libmcrypt' 'mhash' 'zlib')
changelog=$pkgname.changelog
+options=('!libtool')
source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2)
md5sums=('b2b1bad56ef33153f251ccd9500860be')
diff --git a/community/libgringotts/libgringotts.changelog b/community/libgringotts/libgringotts.changelog
index b23626f44..a2357a924 100644
--- a/community/libgringotts/libgringotts.changelog
+++ b/community/libgringotts/libgringotts.changelog
@@ -1,2 +1,6 @@
+2012-05-01 Andrea Scarpino <andrea@archlinux.org>
+ * Remove libtool dependence
+ * Remove .la file
+
2009-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* osmo dependency, moved to [community]