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

Jan de Groot jgc at archlinux.org
Mon Apr 11 12:58:32 UTC 2011


    Date: Monday, April 11, 2011 @ 08:58:31
  Author: jgc
Revision: 119236

upgpkg: libtasn1 2.9-1
Update to 2.9

Modified:
  libtasn1/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-11 12:46:07 UTC (rev 119235)
+++ PKGBUILD	2011-04-11 12:58:31 UTC (rev 119236)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=libtasn1
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=libtasn1.install
 source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz)
-md5sums=('53fd164f8670e55a9964666990fb358f')
+md5sums=('f4f4035b84550100ffeb8ad4b261dea9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,6 +22,14 @@
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
       --with-packager-version=${pkgver}-${pkgrel}
   make
-  make DESTDIR="${pkgdir}" install
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make check
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list