summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-01-05 22:51:45 +0100
committerhaawda2022-01-05 22:51:45 +0100
commit204c5dd9a99d2abe151f439a00d935878eebde64 (patch)
tree86b8d901f928b3b13035e6a827ec7d70eb875f67
parent3c08ddb6aedb49f12528fdeb2123a9953806a3bc (diff)
downloadaur-204c5dd9a99d2abe151f439a00d935878eebde64.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee918db321d5..a3322e2b9b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.4c
- pkgrel = 6
+ pkgrel = 7
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 = 7220ce384fc3352fe701313255820cad7e97c6ed7f48f4ec40338e38a232eebb
+ sha256sums = b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 7724754fdce8..555db57397bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.4c
-pkgrel=6
+pkgrel=7
epoch=1
_suffix=latest
pkgdesc="Fast scheme compiler"
@@ -18,8 +18,8 @@ optdepends=('java-environment' 'emacs' 'zip' 'sqlite' 'alsa-lib' 'flac' 'avahi')
options=('!makeflags' 'staticlibs')
conflicts=('bigloo')
provides=("bigloo=$pkgver")
-source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname%-devel}-latest.tar.gz bigloo-emacs.patch)
-sha256sums=('7220ce384fc3352fe701313255820cad7e97c6ed7f48f4ec40338e38a232eebb'
+source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname%-devel}-${_suffix}.tar.gz bigloo-emacs.patch)
+sha256sums=('b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {