summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-03-15 15:44:37 -0500
committerRyan Gonzalez2019-03-15 15:44:37 -0500
commit6447e57eaccba7daf92f2f70c7ac487f094ca3c7 (patch)
treee3d516f881a15da671f7e46e44f7438ab187ba3e
parentb9cb8ab7e7840b6d7687af6fdea57c6931bb57e1 (diff)
downloadaur-6447e57eaccba7daf92f2f70c7ac487f094ca3c7.tar.gz
Update to 3.20190228
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c93f9dd8dd6..ab1aad6dfb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ikiwiki
pkgdesc = wiki/blog compiler
- pkgver = 3.20180311
+ pkgver = 3.20190228
pkgrel = 1
url = https://ikiwiki.info
arch = any
@@ -20,8 +20,8 @@ pkgbase = ikiwiki
depends = perl-rpc-xml
depends = perl-yaml-libyaml
backup = etc/ikiwiki/wikilist
- source = http://http.debian.net/debian/pool/main/i/ikiwiki/ikiwiki_3.20180311.orig.tar.xz
- sha256sums = 808dfeeee2e82282353887c1f75cb6db11605ddd68f23cb906cd6b427dff2d51
+ source = http://deb.debian.org/debian/pool/main/i/ikiwiki/ikiwiki_3.20190228.orig.tar.xz
+ sha256sums = d07a4d0da60c3e4de698a4dc54d0445547e762b37f0d433b0d664d88155dfe9e
pkgname = ikiwiki
diff --git a/PKGBUILD b/PKGBUILD
index 43362ed8093a..dc4d2472533a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Tom Zander
# Contributor: Christoph Vigano <mail@cvigano.de>
pkgname=ikiwiki
-pkgver=3.20180311
+pkgver=3.20190228
pkgrel=1
pkgdesc='wiki/blog compiler'
arch=(any)
license=('GPL')
url='https://ikiwiki.info'
depends=(perl-yaml perl-text-markdown perl-cgi-session perl-cgi-formbuilder perl-timedate perl-html-parser perl-html-scrubber perl-mail-sendmail perl-time-duration perl-uri perl-html-template perl-locale-gettext perl-rpc-xml perl-yaml-libyaml)
-source=("http://http.debian.net/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz")
+source=("http://deb.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz")
backup=('etc/ikiwiki/wikilist')
-sha256sums=('808dfeeee2e82282353887c1f75cb6db11605ddd68f23cb906cd6b427dff2d51')
+sha256sums=('d07a4d0da60c3e4de698a4dc54d0445547e762b37f0d433b0d664d88155dfe9e')
build() {
cd "IkiWiki-$pkgver"
@@ -30,7 +30,4 @@ package() {
# otherwise perl breaks
find "$pkgdir" -name '.packlist' -or -name '*.pod' -exec rm '{}' +
-
- #RST plugin docutils hack
- sed -i 's/env python/python2/' "$pkgdir"/usr/lib/ikiwiki/plugins/rst
}