summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-09 20:25:34 +0200
committerhaawda2022-04-09 20:25:34 +0200
commit07c85847b3e1e19b1e32d2c4d03f3b4ddb5d424b (patch)
treebab0dbdac3808faaa5dfc7363e999400dcc15474
parent3944008779c068754d3d6a147b85f17084bdfbfb (diff)
downloadaur-07c85847b3e1e19b1e32d2c4d03f3b4ddb5d424b.tar.gz
switch to unstable-tarball
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ca0e32328e1..1d9c592f79e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.4c
- pkgrel = 16
+ pkgver = 4.5a
+ 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.4c
+ provides = bigloo=4.5a
conflicts = bigloo
options = !makeflags
options = staticlibs
- source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-latest.tar.gz
+ source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045
+ sha256sums = 2d28e657cb3f966494656d501aa8b17e705003f414ef4fda1f660b0c0567a122
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 5ebfe47ec67e..c155ea1ddd44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bigloo-devel
-pkgver=4.4c
-pkgrel=16
+pkgver=4.5a
+pkgrel=1
epoch=1
-_suffix=latest
+_suffix=unstable
pkgdesc="Fast scheme compiler"
arch=('x86_64')
url="https://www-sop.inria.fr/mimosa/fp/Bigloo/"
@@ -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=('b2335635f61a4c9a40ada1df79f7bd5fc2b497a2f0f6117fd321a6d06f36c045'
+sha256sums=('2d28e657cb3f966494656d501aa8b17e705003f414ef4fda1f660b0c0567a122'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
prepare() {
@@ -46,7 +46,7 @@ build() {
--enable-sqlite \
--enable-ssl \
--disable-gstreamer
- sed -i '80d' Makefile.config
+
EXTRALIBS="-ldl -lresolv -lunistring -lpcre -lgmp -lm -lc" make build compile-bee
}