summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-03 15:45:22 +0200
committerhaawda2017-10-03 15:45:22 +0200
commit93ca719a9d92f57a3a03f67d3e0f32336f945de1 (patch)
treef9f47afcd658913e10a6ca7a4fe771c27e235311
parentae3e7f79a7ce9b966ed047f15907d867d25790e0 (diff)
downloadaur-93ca719a9d92f57a3a03f67d3e0f32336f945de1.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59354fa2c529..3bb9b3b6de70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.3b_alpha02Oct17
+ pkgver = 4.3b_alpha03Oct17
pkgrel = 1
epoch = 30
url = http://www-sop.inria.fr/mimosa/fp/Bigloo/
@@ -27,9 +27,9 @@ pkgbase = bigloo-devel
options = libtool
options = staticlibs
options = !strip
- source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo4.3b-alpha02Oct17.tar.gz
+ source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo4.3b-alpha03Oct17.tar.gz
source = satisfy-ldconfig.sh
- sha256sums = 35ab25c266c603ecefb6426f185014f327ae7e58810ed741207e98185158a1e0
+ sha256sums = 620d81556b63c04fbd66282fce7205b91000745a39af91ba6a1afd57632c1071
sha256sums = b45d2dc176f2b8c6496da9bfaad76d9398172dbef288984f6415824c1c93a4c2
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index ae95cb4f84e6..12f35387d0da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname='bigloo'
pkgname="${_pkgname}-devel"
epoch=30
_pkgver=4.3b
-_pkgsuffix=alpha02Oct17
+_pkgsuffix=alpha03Oct17
pkgver=${_pkgver}_${_pkgsuffix}
pkgrel=1
pkgdesc="Fast scheme compiler"
@@ -20,7 +20,7 @@ provides=('bigloo=$pkgver')
conflicts=('bigloo')
options=('!makeflags' 'libtool' 'staticlibs' '!strip')
source=("ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${_pkgname}${_pkgver}-${_pkgsuffix}.tar.gz" "satisfy-ldconfig.sh")
-sha256sums=('35ab25c266c603ecefb6426f185014f327ae7e58810ed741207e98185158a1e0'
+sha256sums=('620d81556b63c04fbd66282fce7205b91000745a39af91ba6a1afd57632c1071'
'b45d2dc176f2b8c6496da9bfaad76d9398172dbef288984f6415824c1c93a4c2')
prepare() {