summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-04 18:43:03 +0200
committerhaawda2022-04-04 18:43:03 +0200
commit3944008779c068754d3d6a147b85f17084bdfbfb (patch)
treeca80ee4defee06a73c6947605c997d46a4ad6cfa
parent3df7260fc39e34d4f8576f2742b802d71ebb1f09 (diff)
downloadaur-3944008779c068754d3d6a147b85f17084bdfbfb.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 d3584f9b12fc..6ca0e32328e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.4c
- pkgrel = 15
+ pkgrel = 16
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-latest.tar.gz
source = bigloo-emacs.patch
- sha256sums = 0c8cbdf487c0feaaddb5f2b494025f33763ad95119d2f7c6c53d1499e52b46a4
+ sha256sums = b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index ef09d0320ef6..5ebfe47ec67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.4c
-pkgrel=15
+pkgrel=16
epoch=1
_suffix=latest
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=('0c8cbdf487c0feaaddb5f2b494025f33763ad95119d2f7c6c53d1499e52b46a4'
+sha256sums=('b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {