summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-03-31 18:02:55 +0200
committerhaawda2023-03-31 18:02:55 +0200
commitb591bcb411a5f4213666b725fc9da1e2417bf157 (patch)
tree1019fed53768ca5598d5014288e11dffd5f88990
parentd7b769e2e51e8412e37fa624d580e6d19d981a42 (diff)
downloadaur-b591bcb411a5f4213666b725fc9da1e2417bf157.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 834707596f58..2dbcd0db8d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.5b
- pkgrel = 6
+ pkgrel = 8
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 = 8c317e2c505776137727ce92dde3445e9541d75234ed1800de7f196264440dfd
+ sha256sums = 86a80a17549102dff8fe1b910db53c3635fb84dde58032a50e4a85928b4fd203
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 8e2e2b34f7a7..a18eaddc780d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.5b
-pkgrel=6
+pkgrel=8
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=('8c317e2c505776137727ce92dde3445e9541d75234ed1800de7f196264440dfd'
+sha256sums=('86a80a17549102dff8fe1b910db53c3635fb84dde58032a50e4a85928b4fd203'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {