[arch-commits] Commit in libassuan/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Jan 12 16:36:31 UTC 2012


    Date: Thursday, January 12, 2012 @ 11:36:30
  Author: tpowa
Revision: 146532

upgpkg: libassuan 2.0.3-1

bump to latest version

Modified:
  libassuan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-12 16:33:43 UTC (rev 146531)
+++ PKGBUILD	2012-01-12 16:36:30 UTC (rev 146532)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libassuan
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A IPC library used by some GnuPG related software"
 arch=('i686' 'x86_64')
@@ -19,8 +19,13 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('3e7d00fd2ee8a0b9c51ac7616ef3f1ec')
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')




More information about the arch-commits mailing list