summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-14 06:55:28 +0200
committerhaawda2017-10-14 06:55:28 +0200
commit08e6869352796b23b9ab7db9904bae307e2980cc (patch)
tree78668faa85e9146982d98361fc2d01a391bda0be
parent5080c1d1bcf33fa9a3c30754c8acba60e219f4f3 (diff)
downloadaur-08e6869352796b23b9ab7db9904bae307e2980cc.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 9fe7bd7c9ea7..b1754569afeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.3b_alpha12Oct17
+ pkgver = 4.3b_alpha13Oct17
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-alpha12Oct17.tar.gz
+ source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo4.3b-alpha13Oct17.tar.gz
source = satisfy-ldconfig.sh
- sha256sums = 8cc5d0cf0839be2d8c455d42bee618c5f2f6ed198e981de4f751151c03b7c98b
+ sha256sums = f9031966194119502c3b1413d0cb801660913da305775ef8d629eebdcaf3ea45
sha256sums = b45d2dc176f2b8c6496da9bfaad76d9398172dbef288984f6415824c1c93a4c2
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 85e819e9ca63..1ab382c0020b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname='bigloo'
pkgname="${_pkgname}-devel"
epoch=30
_pkgver=4.3b
-_pkgsuffix=alpha12Oct17
+_pkgsuffix=alpha13Oct17
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=('8cc5d0cf0839be2d8c455d42bee618c5f2f6ed198e981de4f751151c03b7c98b'
+sha256sums=('f9031966194119502c3b1413d0cb801660913da305775ef8d629eebdcaf3ea45'
'b45d2dc176f2b8c6496da9bfaad76d9398172dbef288984f6415824c1c93a4c2')
prepare() {