summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-06-04 21:41:28 +0200
committerStefan Husmann2016-06-04 21:41:28 +0200
commitb5aa1a334a0871c37deb5b5e01ede21c39cb6fbf (patch)
tree56ddb81c213edf89dc72231f3bb54cd041c9a5a0 /PKGBUILD
parent398e5980255871d84e2b43c20e3686e815460ecc (diff)
downloadaur-b5aa1a334a0871c37deb5b5e01ede21c39cb6fbf.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88714fedfcbb..705319059e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _pkgname='bigloo'
pkgname="${_pkgname}-devel"
epoch=16
_pkgver='4.3a'
-_pkgsuffix='alpha01Jun16'
+_pkgsuffix='alpha04Jun16'
pkgver="${_pkgver}"."${_pkgsuffix}"
-pkgrel=2
+pkgrel=1
pkgdesc="Fast scheme compiler"
arch=('i686' 'x86_64')
url="http://www-sop.inria.fr/mimosa/fp/Bigloo/"
@@ -21,7 +21,7 @@ conflicts=('bigloo')
options=('!makeflags' 'libtool' 'staticlibs' '!strip')
install=bigloo.install
source=("ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${_pkgname}${_pkgver}-${_pkgsuffix}.tar.gz" "satisfy-ldconfig.sh")
-md5sums=('7606aae3957190890da3ef4ca138ed09'
+md5sums=('72f2c3303612bd336c487d245b5df326'
'c253eb5651c81204f6c16b89c3c2cb6a')
prepare() {