summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-04-20 20:50:36 +0200
committerhaawda2017-04-20 20:50:36 +0200
commit613c35b2450dc67395ee198505678186d113deeb (patch)
treea7c63c5e05596091b43bd0dd6beddb118c4dfe0f
parent68aad10e2f433c30e90244179d9df32c8cb69626 (diff)
downloadaur-613c35b2450dc67395ee198505678186d113deeb.tar.gz
re-add the rm line with correct sonanme bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36af9088c6e0..862d39fe1490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.2.1
+ pkgver = 2.2.1.2.g02cf38514
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bbe1309ff62f..9e2c5a4c75ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.2.1
+pkgver=2.2.1.2.g02cf38514
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')
@@ -40,4 +40,5 @@ package() {
done
mv r5rs.info r5rs-2.2.info
mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile-2.2.m4
+ rm $pkgdir/usr/lib/libguile-2.2.so.1.1.0-gdb.scm
}