summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-04-04 16:43:01 +0200
committerhaawda2023-04-04 16:43:01 +0200
commit02631c9bccda92d89f1aae84f7c321a6c5225f4b (patch)
tree9ce2be4a6f0e082660b4c8509a97fc38c402a9b3
parentb591bcb411a5f4213666b725fc9da1e2417bf157 (diff)
downloadaur-02631c9bccda92d89f1aae84f7c321a6c5225f4b.tar.gz
shasum update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dbcd0db8d8b..f34194e3c477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.5b
- pkgrel = 8
+ pkgrel = 9
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 = 86a80a17549102dff8fe1b910db53c3635fb84dde58032a50e4a85928b4fd203
+ sha256sums = 89619ae1f409298d4f3062ed827d5fb30de5357ac942f9488df20c167e31bbde
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index a18eaddc780d..effdb86ae0b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.5b
-pkgrel=8
+pkgrel=9
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=('86a80a17549102dff8fe1b910db53c3635fb84dde58032a50e4a85928b4fd203'
+sha256sums=('89619ae1f409298d4f3062ed827d5fb30de5357ac942f9488df20c167e31bbde'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {