[arch-commits] Commit in libassuan/trunk (PKGBUILD)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Tue Mar 5 10:56:07 UTC 2013
Date: Tuesday, March 5, 2013 @ 11:56:07
Author: tpowa
Revision: 179306
upgpkg: libassuan 2.1.0-1
bump to latest version
Modified:
libassuan/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-05 10:48:02 UTC (rev 179305)
+++ PKGBUILD 2013-03-05 10:56:07 UTC (rev 179306)
@@ -2,7 +2,7 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=libassuan
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="A IPC library used by some GnuPG related software"
arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
options=('!libtool')
source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
install=libassuan.install
+md5sums=('b3231eec8e567f4f9294474a387378f5')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,4 +29,3 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
-md5sums=('179d1918325fdb928c7bd90b8a514fc7')
More information about the arch-commits
mailing list