summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-28 12:35:13 +0100
committerhaawda2020-11-28 12:35:13 +0100
commit2f09e71d98a8957dcc41c140de28c39385b9766f (patch)
tree6d1b72f57a8958fe9667e5c290dbae9e6d80ccd2
parent4ae824836eaf22ac0558a5498d794e0875167451 (diff)
downloadaur-2f09e71d98a8957dcc41c140de28c39385b9766f.tar.gz
downgrade
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 4 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6105d9036a0c..2adf5ca07b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bigloo-devel
pkgdesc = Fast scheme compiler
pkgver = 4.4a
- pkgrel = 19
+ pkgrel = 20
epoch = 1
url = https://www-sop.inria.fr/mimosa/fp/Bigloo/
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = bigloo-devel
options = staticlibs
source = ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-latest.tar.gz
source = bigloo-emacs.patch
- sha256sums = 3b483294fd7098f7d5224f3915b9e3839cde808a7a03c98f2a135d2cdc8d3833
+ sha256sums = 83c23d10b3d475669b843878af10245d362785bd93c5f57252ced807a56269bb
sha256sums = 80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0
pkgname = bigloo-devel
diff --git a/PKGBUILD b/PKGBUILD
index f7beb4873ecc..0c3853a72a49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=bigloo-devel
pkgver=4.4a
-pkgrel=19
+pkgrel=20
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}-latest.tar.gz bigloo-emacs.patch)
-sha256sums=('3b483294fd7098f7d5224f3915b9e3839cde808a7a03c98f2a135d2cdc8d3833'
+sha256sums=('83c23d10b3d475669b843878af10245d362785bd93c5f57252ced807a56269bb'
'80356c27b58a302775f75e848a89ab2d588796a548f4ce7a20df048e215deab0')
elisp_dir=/usr/share/emacs/site-lisp/bigloo
@@ -62,14 +62,4 @@ package() {
make -C manuals DESTDIR="${pkgdir}" install-bee
rm "${pkgdir}"/usr/bin/{bglafile,bigloo}.sh
-
- # Remove references to the build root
- sed -e "s|^BOOTDIR=.*|BOOTDIR=/usr|g" \
- -e "s|^BOOTBINDIR=.*|BOOTBINDIR=/usr/bin|g" \
- -e "s|^BOOTLIBDIR=.*|BOOTLIBDIR=/usr/lib/bigloo/${pkgver}|g" \
- -e "s|^BGLBUILDBINDIR=.*|BGLBUILDBINDIR=/usr/bin|g" \
- -e "s|^BGLBUILDLIBDIR=.*|BGLBUILDLIBDIR=/usr/lib/bigloo/${pkgver}|g" \
- -e "s|^\(BIGLOO=.*\)\.sh|\1|" \
- -e "s|^\(BGL.*=.*\)\.sh|\1|" \
- -i ${pkgdir}/usr/lib/bigloo/$pkgver/Makefile.config
}