summaryrefslogtreecommitdiff
path: root/community/libgringotts
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/libgringotts
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/libgringotts')
-rw-r--r--community/libgringotts/PKGBUILD12
-rw-r--r--community/libgringotts/libgringotts.changelog7
2 files changed, 11 insertions, 8 deletions
diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD
index 2d377e1fb..e7f5c9b84 100644
--- a/community/libgringotts/PKGBUILD
+++ b/community/libgringotts/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 99846 2013-10-31 02:03:26Z allan $
+# $Id: PKGBUILD 103022 2013-12-25 17:07:40Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=libgringotts
pkgver=1.2.1
-pkgrel=10
+pkgrel=11
pkgdesc="Encryption backend for Gringotts"
arch=('i686' 'x86_64')
url="http://developer.berlios.de/projects/gringotts"
@@ -14,7 +14,7 @@ source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2)
md5sums=('b2b1bad56ef33153f251ccd9500860be')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
autoconf
./configure --prefix=/usr
@@ -22,9 +22,9 @@ build() {
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
- rm -fr ${pkgdir}/usr/share
+ rm -fr "${pkgdir}"/usr/share
}
diff --git a/community/libgringotts/libgringotts.changelog b/community/libgringotts/libgringotts.changelog
index a2357a924..d046639ba 100644
--- a/community/libgringotts/libgringotts.changelog
+++ b/community/libgringotts/libgringotts.changelog
@@ -1,6 +1,9 @@
+2013-12-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libgringotts 1.2.1-11 static libraries remoed
+
2012-05-01 Andrea Scarpino <andrea@archlinux.org>
- * Remove libtool dependence
- * Remove .la file
+ * Remove libtool dependence
+ * Remove .la file
2009-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* osmo dependency, moved to [community]