summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsph2016-10-22 12:55:58 +0000
committersph2016-10-22 12:55:58 +0000
commitdbf1b77b1d1b47a5edd015f4d829ce2e6805f211 (patch)
treee9d2c276aa6916d8ebae316817865a3b0a6f1b37
parent0bab3e6def67959da59e4afb621f1080d993b970 (diff)
downloadaur-dbf1b77b1d1b47a5edd015f4d829ce2e6805f211.tar.gz
update pkgbuild
-rw-r--r--.SRCINFO8
-rw-r--r--[-rwxr-xr-x]PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa4b3588b7d..056c59945bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Oct 22 12:55:58 UTC 2016
pkgbase = guile-ncurses
pkgdesc = Guile bindings for the GNU NCurses library
- pkgver = 1.6
+ pkgver = 2.0
pkgrel = 1
url = http://www.gnu.org/software/guile-ncurses/
arch = any
@@ -8,8 +10,8 @@ pkgbase = guile-ncurses
depends = guile
depends = ncurses
depends = libunistring
- source = ftp://ftp.gnu.org/gnu/guile-ncurses/guile-ncurses-1.6.tar.gz
- md5sums = 9f158bfdae0ce424a104136b3306a108
+ source = ftp://ftp.gnu.org/gnu/guile-ncurses/guile-ncurses-2.0.tar.gz
+ md5sums = fde12f98ec699f167ab37288e085273b
pkgname = guile-ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 5616f3595647..a33b472fa41b 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=guile-ncurses
-pkgver=1.6
+pkgver=2.0
pkgrel=1
pkgdesc='Guile bindings for the GNU NCurses library'
arch=(any)
@@ -7,11 +7,11 @@ license=(GLPL3)
depends=(guile ncurses libunistring)
url=http://www.gnu.org/software/guile-ncurses/
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=(9f158bfdae0ce424a104136b3306a108)
+md5sums=(fde12f98ec699f167ab37288e085273b)
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --with-ncursesw --with-guilesitedir="$(guile-config info sitedir)"
+ ./configure --prefix=/usr --with-ncursesw
}
package() {