diff options
Diffstat (limited to 'extra/orc')
-rw-r--r-- | extra/orc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/orc/PKGBUILD b/extra/orc/PKGBUILD index 3c0ad40d6..bddf53c9f 100644 --- a/extra/orc/PKGBUILD +++ b/extra/orc/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 120120 2011-04-20 11:12:16Z ibiru $ +# $Id: PKGBUILD 121322 2011-04-30 15:14:10Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=orc -pkgver=0.4.13 +pkgver=0.4.14 pkgrel=1 pkgdesc="The Oild Runtime Compiler" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://code.entropywave.com/projects/orc/" depends=('glibc') options=('!libtool') source=(http://code.entropywave.com/download/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('f6d0aed003f67c91933c22d9e5f1696a') +md5sums=('6b3ff209e9763ebe40e152538884bd71') build () { cd "${srcdir}/${pkgname}-${pkgver}" |