[arch-commits] Commit in guile/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 14 12:04:03 UTC 2016
Date: Friday, October 14, 2016 @ 12:04:02
Author: bpiotrowski
Revision: 278815
upgpkg: guile 2.0.13-1
new upstream release
Modified:
guile/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-14 11:23:10 UTC (rev 278814)
+++ PKGBUILD 2016-10-14 12:04:02 UTC (rev 278815)
@@ -4,7 +4,7 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=guile
-pkgver=2.0.12
+pkgver=2.0.13
pkgrel=1
pkgdesc='Portable, embeddable Scheme implementation written in C'
url='http://www.gnu.org/software/guile/'
@@ -12,7 +12,7 @@
license=('GPL')
depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('666000e0842a81c81fbbb48c7c5c27ef')
+md5sums=('dac267e76330176d48583258aeaa7016')
build() {
cd $pkgname-$pkgver
@@ -24,5 +24,4 @@
package() {
make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
- rm "$pkgdir"/usr/lib/libguile-2.0.so.*-gdb.scm
}
More information about the arch-commits
mailing list