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

Dale Blount dale at archlinux.org
Thu Jan 15 14:45:18 UTC 2009


    Date: Thursday, January 15, 2009 @ 09:45:18
  Author: dale
Revision: 24258

upgpkg: re2c 0.13.5-1

Modified:
  re2c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-15 13:51:25 UTC (rev 24257)
+++ PKGBUILD	2009-01-15 14:45:18 UTC (rev 24258)
@@ -2,16 +2,16 @@
 # Contributor: nut543 <kfs1 at online.no>
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=re2c
-pkgver=0.13.3
+pkgver=0.13.5
 arch=('i686' 'x86_64')
 depends=('gcc-libs')
 makedepends=('gcc')
 pkgrel=1
 pkgdesc="a tool for generating C-based recognizers from regular expressions."
 url="http://re2c.sourceforge.net/"
-license="GPL"
+license=('GPL')
 source=(http://downloads.sourceforge.net/sourceforge/re2c/re2c-${pkgver}.tar.gz)
-md5sums=('a8ff508adb4d3edc46beae231976d113')
+md5sums=('4a97d8f77ed6d2c76c8bd840a43f5633')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -20,3 +20,4 @@
   make DESTDIR=$startdir/pkg install
 }
 
+




More information about the arch-commits mailing list