summaryrefslogtreecommitdiff
path: root/community/libgringotts
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-05-03 00:01:52 +0000
commit5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch)
tree842c0bf2e354faca64f878dce5a2166c7b0dad64 /community/libgringotts
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Thu May 3 00:01:52 UTC 2012
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 0e2766ace..ec06cbb6b 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')
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]