summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-12-02 15:48:33 +0100
committerhaawda2022-12-02 15:48:33 +0100
commit4d595a038c9cb61d85dd11165deb2181fa58daec (patch)
tree2c03b486b95eeba8c5a6e54d18c55fadeb0f7f6c
parenta599b237f6d61080d7ea23e91ff1aac0c09c52f9 (diff)
downloadaur-4d595a038c9cb61d85dd11165deb2181fa58daec.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 0ae5ad5627b9..d728d3880e74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.5a
- pkgrel = 22
+ pkgver = 4.5b
+ pkgrel = 1
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -34,13 +34,13 @@ pkgbase = bigloo-devel
optdepends = alsa-lib
optdepends = flac
optdepends = avahi
- provides = bigloo=4.5a
+ provides = bigloo=4.5b
conflicts = bigloo
options = !makeflags
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = edc1914e03a4950b170a231fce941e62cc65de3582ebd08524ecce5eb4a0a994
+ sha256sums = 2cf79f8fe03023028995034a8a787b550d904e05b964b4628df76deccd44fe15
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index d5b86c231dd9..25db73e2f466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bigloo-devel
-pkgver=4.5a
-pkgrel=22
+pkgver=4.5b
+pkgrel=1
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=('edc1914e03a4950b170a231fce941e62cc65de3582ebd08524ecce5eb4a0a994'
+sha256sums=('2cf79f8fe03023028995034a8a787b550d904e05b964b4628df76deccd44fe15'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {