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

Florian Pritz bluewind at nymeria.archlinux.org
Fri Mar 1 10:24:30 UTC 2013


    Date: Friday, March 1, 2013 @ 11:24:30
  Author: bluewind
Revision: 178988

upgpkg: qrencode 3.4.2-1

upstream update

Modified:
  qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-01 10:24:29 UTC (rev 178987)
+++ PKGBUILD	2013-03-01 10:24:30 UTC (rev 178988)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
 
 pkgname=qrencode
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="C library for encoding data in a QR Code symbol."
 arch=(i686 x86_64)
@@ -13,13 +13,13 @@
 license=('GPL')
 options=(!libtool)
 source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('219b146d3b365a56a0f4ef58a718f295')
+md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
-#  autoreconf
-  ./autogen.sh
+
   ./configure --prefix=/usr
+
   make
 }
 




More information about the arch-commits mailing list