summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-06-15 20:43:16 +0200
committerhaawda2022-06-15 20:43:16 +0200
commit4aa02f8eeaa0746840b7a8e16e3a2ee35bacbd2b (patch)
treef5016fe9646594a25f7ca60fab189624184d3163
parentdaa07792507760fbdd004e26ea66e119555bd920 (diff)
downloadaur-4aa02f8eeaa0746840b7a8e16e3a2ee35bacbd2b.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 de163aec6801..be2136977617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.5a
- pkgrel = 7
+ pkgrel = 8
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = bigloo-devel
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = 9963088d91a7b39819b0aba4d7183b00b24e5a48ad0b94c378b32f82ac8cebc0
+ sha256sums = 67824d5ce5a20e443e5c946f97c47c05f5dbc80a9bc044ae93e333e115cf80c6
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index c568f73f6731..5b8041a9839f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.5a
-pkgrel=7
+pkgrel=8
epoch=1
_suffix=unstable
pkgdesc="Fast scheme compiler"
@@ -19,7 +19,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=('9963088d91a7b39819b0aba4d7183b00b24e5a48ad0b94c378b32f82ac8cebc0'
+sha256sums=('67824d5ce5a20e443e5c946f97c47c05f5dbc80a9bc044ae93e333e115cf80c6'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {