summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5b84d68bf3a..68e1f3ccf0f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmltv
pkgdesc = Set of utilities to download tv listings and format them in xml
pkgver = 0.5.67
- pkgrel = 1
+ pkgrel = 2
url = http://xmltv.org/wiki/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 97d3aa73da24..96a697011249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=xmltv
pkgver=0.5.67
-pkgrel=1
+pkgrel=2
pkgdesc="Set of utilities to download tv listings and format them in xml"
arch=('any')
url="http://xmltv.org/wiki/"
@@ -34,7 +34,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
- yes | perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
+ yes | perl Makefile.PL INSTALL_BASE=/usr INSTALLDIRS=vendor
make
}