summaryrefslogtreecommitdiff
path: root/community/ragel/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
commit9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/ragel/PKGBUILD
parent6cc893589a6bd208f2b7711f985e17df7a6df816 (diff)
parenta86ff663185661ee304bb1f6d00d982102dd706d (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/ragel/PKGBUILD')
-rw-r--r--community/ragel/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/ragel/PKGBUILD b/community/ragel/PKGBUILD
index 5f3a72978..12bfb4ef3 100644
--- a/community/ragel/PKGBUILD
+++ b/community/ragel/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 60639 2011-12-16 00:03:11Z tredaelli $
+# $Id: PKGBUILD 87968 2013-04-09 16:09:00Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Michael P <ptchinster@archlinux.us>
# Contributor: Roberto Alsina <ralsina@kde.org>
@@ -7,21 +7,18 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ragel
-pkgver=6.7
+pkgver=6.8
pkgrel=1
pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.complang.org/ragel/"
license=('GPL')
depends=('gcc-libs')
-source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz"
- "ragel-6.7-gcc-4.7.patch")
-md5sums=('f4423e0d8a6538dd4e61498fcfad3cec'
- 'bcbc047873e09eef04900142fefa75f1')
+source=("http://www.complang.org/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1bb39745ac23da449019f9f2cb4b0d01')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i ${srcdir}/ragel-6.7-gcc-4.7.patch
./configure --prefix=/usr
make
}
@@ -31,4 +28,3 @@ package() {
make DESTDIR="$pkgdir/" install
}
-