summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d799ab6cfd2..34caa7e929a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 3 22:41:03 UTC 2016
pkgbase = ikiwiki
pkgdesc = wiki/blog compiler
- pkgver = 3.20150614
+ pkgver = 3.20160121
pkgrel = 1
url = http://ikiwiki.info
arch = any
@@ -20,7 +22,7 @@ pkgbase = ikiwiki
depends = perl-rpc-xml
depends = perl-yaml-libyaml
backup = etc/ikiwiki/wikilist
- source = http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/ikiwiki_3.20150614.tar.gz
+ source = http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/ikiwiki_3.20160121.tar.gz
md5sums = 3321e52b0700bca6c68b991468fc8572
pkgname = ikiwiki
diff --git a/PKGBUILD b/PKGBUILD
index 20e33407498d..e651ea1fe8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christoph Vigano <mail@cvigano.de>
pkgname=ikiwiki
-pkgver=3.20150614
+pkgver=3.20160121
pkgrel=1
pkgdesc="wiki/blog compiler"
arch=(any)
@@ -11,7 +11,7 @@ source=("http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkg
backup=("etc/ikiwiki/wikilist")
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
# Install module into the vendor directories
sed -i -e 's/sbin/bin/g' Makefile.PL
@@ -21,7 +21,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$pkgname-$pkgver"
make install DESTDIR="$pkgdir"
@@ -31,4 +31,4 @@ package() {
#RST plugin docutils hack
sed -i 's/env python/python2/' "$pkgdir"/usr/lib/ikiwiki/plugins/rst
}
-md5sums=('3321e52b0700bca6c68b991468fc8572')
+md5sums=('627976bce7c92456cde52302a3a61efb')