summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9af3794b417..d781046110e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = newsbeuter2.8
pkgdesc = A RSS feed reader for the text console with special Podcast support.
pkgver = 1728.e425e3e
- pkgrel = 1
+ pkgrel = 2
url = http://www.newsbeuter.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e03768c87eeb..c7d915fe35c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Copied from Florian Bruhin's PKGBUILD
pkgname=newsbeuter2.8
pkgver=1728.e425e3e
-pkgrel=1
+pkgrel=2
pkgdesc='A RSS feed reader for the text console with special Podcast support.'
url='http://www.newsbeuter.org'
arch=('i686' 'x86_64')
@@ -21,6 +21,7 @@ pkgver() {
build() {
cd "$srcdir/newsbeuter"
+ sed -i "s#ncursesw5#ncursesw6#" config.sh
./config.sh
make
make doc