summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-10-10 17:12:57 +0200
committerhaawda2021-10-10 17:12:57 +0200
commit62b7a8837a59053b833dc3bfa2fb8593c2c659b2 (patch)
tree3032c002d7564f13c5e349ec1f47ed2798476c87
parent8bb3ae48ea1d914ccfdb1ae1fb6f5e4442fc06e4 (diff)
downloadaur-62b7a8837a59053b833dc3bfa2fb8593c2c659b2.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e37f0383908..5d0cfafa80b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.4b
- pkgrel = 13
+ pkgver = 4.4c
+ pkgrel = 1
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -33,13 +33,13 @@ pkgbase = bigloo-devel
optdepends = alsa-lib
optdepends = flac
optdepends = avahi
- provides = bigloo=4.4b
+ provides = bigloo=4.4c
conflicts = bigloo
options = !makeflags
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = c5f9f690a008bee150545ea150a1d18240620ec6b7c4100b25ea434987b471b5
+ sha256sums = f24522f080eb9722640c26e8d219a426229bbec2392d0ad239c9dabbb97f9a0d
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index be28ab8786e2..e6e186ac4d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bigloo-devel
-pkgver=4.4b
-pkgrel=13
+pkgver=4.4c
+pkgrel=1
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=('c5f9f690a008bee150545ea150a1d18240620ec6b7c4100b25ea434987b471b5'
+sha256sums=('f24522f080eb9722640c26e8d219a426229bbec2392d0ad239c9dabbb97f9a0d'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {