summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-07-03 23:14:15 +0200
committerhaawda2023-07-03 23:14:15 +0200
commit0cc5b61204fd9e82c0e68680b6c1421b9774d9f5 (patch)
treef298002b21fe099325c24ef3fc2c510be2aa1da1
parent02631c9bccda92d89f1aae84f7c321a6c5225f4b (diff)
downloadaur-0cc5b61204fd9e82c0e68680b6c1421b9774d9f5.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34194e3c477..e4a0a3e80849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.5b
- pkgrel = 9
+ pkgrel = 11
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = bigloo-devel
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = 89619ae1f409298d4f3062ed827d5fb30de5357ac942f9488df20c167e31bbde
+ sha256sums = 6b504864d23a655776931d3cfaa4c0e83f26df7f5bd686726b7672e6b8608eb7
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index effdb86ae0b6..e05fead2d41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.5b
-pkgrel=9
+pkgrel=11
epoch=1
_suffix=unstable
pkgdesc="Fast scheme compiler"
@@ -21,7 +21,7 @@ options=('!makeflags' 'staticlibs')
conflicts=('bigloo')
provides=("bigloo=$pkgver")
source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname%-devel}-${_suffix}.tar.gz bigloo-emacs.patch)
-sha256sums=('89619ae1f409298d4f3062ed827d5fb30de5357ac942f9488df20c167e31bbde'
+sha256sums=('6b504864d23a655776931d3cfaa4c0e83f26df7f5bd686726b7672e6b8608eb7'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {