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

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Oct 21 18:40:24 UTC 2013


    Date: Monday, October 21, 2013 @ 20:40:24
  Author: andyrtr
Revision: 197092

upgpkg: libtasn1 3.3-2

drop static lib

Modified:
  libtasn1/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 18:35:02 UTC (rev 197091)
+++ PKGBUILD	2013-10-21 18:40:24 UTC (rev 197092)
@@ -4,13 +4,12 @@
 
 pkgname=libtasn1
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 url="http://www.gnu.org/software/libtasn1/"
 depends=('glibc' 'texinfo')
-options=('!libtool')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('2bdd687f487c50a0382b99553866a6e0'
@@ -17,7 +16,7 @@
          'SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
       --with-packager=Archlinux \
       --with-packager-bug-reports="http://bugs.archlinux.org/" \
@@ -26,11 +25,11 @@
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list