summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-10-05 06:34:22 +0200
committerhaawda2021-10-05 06:34:22 +0200
commit8bb3ae48ea1d914ccfdb1ae1fb6f5e4442fc06e4 (patch)
tree73241333414e78e7fc5f61aefc45192f0dd6b798
parentb58e81e7b568cea2f6a9942bcb0a5802b3f364d8 (diff)
downloadaur-8bb3ae48ea1d914ccfdb1ae1fb6f5e4442fc06e4.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 20b65d52064c..9e37f0383908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.4b
- pkgrel = 12
+ pkgrel = 13
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 = f24522f080eb9722640c26e8d219a426229bbec2392d0ad239c9dabbb97f9a0d
+ sha256sums = c5f9f690a008bee150545ea150a1d18240620ec6b7c4100b25ea434987b471b5
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 66e73ecfed26..be28ab8786e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.4b
-pkgrel=12
+pkgrel=13
epoch=1
pkgdesc="Fast scheme compiler"
arch=('x86_64')
@@ -18,7 +18,7 @@ options=('!makeflags' 'staticlibs')
conflicts=('bigloo')
provides=("bigloo=$pkgver")
source=(ftp://ftp-sop.inria.fr/indes/fp/Bigloo/${pkgname%-devel}-unstable.tar.gz bigloo-emacs.patch)
-sha256sums=('f24522f080eb9722640c26e8d219a426229bbec2392d0ad239c9dabbb97f9a0d'
+sha256sums=('c5f9f690a008bee150545ea150a1d18240620ec6b7c4100b25ea434987b471b5'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {