summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-09-21 18:01:19 +0200
committerhaawda2020-09-21 18:01:19 +0200
commit1cdf13d8e7f3388390ff35cf70d1245834d9e19d (patch)
tree4bbf46c852636e0580da7329132eabda64b23f4a
parenta9ca3055e346b9b01657277d8a632ef9b2dac775 (diff)
downloadaur-1cdf13d8e7f3388390ff35cf70d1245834d9e19d.tar.gz
update with small fix
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cfd03a65753..74bb907e4cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
- pkgver = 4.3i
- pkgrel = 6
+ pkgver = 4.4a
+ pkgrel = 1
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -32,13 +32,13 @@ pkgbase = bigloo-devel
optdepends = alsa-lib
optdepends = flac
optdepends = avahi
- provides = bigloo=4.3i
+ provides = bigloo=4.4a
conflicts = bigloo
options = !makeflags
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz
source = bigloo-emacs.patch
- sha256sums = 4deb9c39008ab809f4633fd4604930c3eb1e7a2337e823d5371ab8984b3ee9fc
+ sha256sums = 498be366b2e18a965f18f6e763a2eecc617249f093f6b0e6d601bd331a6b0aab
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index 723df1cbda29..598caf8463a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bigloo-devel
-pkgver=4.3i
-pkgrel=6
+pkgver=4.4a
+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=('4deb9c39008ab809f4633fd4604930c3eb1e7a2337e823d5371ab8984b3ee9fc'
+sha256sums=('498be366b2e18a965f18f6e763a2eecc617249f093f6b0e6d601bd331a6b0aab'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
elisp_dir=/usr/share/emacs/site-lisp/bigloo
@@ -46,7 +46,7 @@ build() {
--enable-sqlite \
--enable-ssl \
--disable-gstreamer
- sed -i 's|EXTRALIBS+=-l||' Makefile.config
+ sed -i '80d' Makefile.config
EXTRALIBS="-ldl -lresolv -lunistring -lpcre -lgmp -lm -lc" make build compile-bee
}