summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Roder2016-06-03 07:02:40 +0200
committerMax Roder2016-06-03 07:02:40 +0200
commitff213963f4a450d070004f1993d4822715b9fdc1 (patch)
treec245643f2c903bccf2ee82e2f77f3504ce3e4e97
parent591d8ac42428078e8ba5418d9c2cd69c5929c9c3 (diff)
downloadaur-ff213963f4a450d070004f1993d4822715b9fdc1.tar.gz
Upgrade to 2.2.87
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d7d0040808..efb00f0edd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 29 05:59:59 UTC 2016
+# Fri Jun 3 05:02:16 UTC 2016
pkgbase = pmwiki
pkgdesc = Wiki software based on PHP
- pkgver = 2.2.86
+ pkgver = 2.2.87
pkgrel = 1
url = http://www.pmwiki.org
install = pmwiki.install
arch = any
license = GPL
depends = php
- source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.86.tgz
- sha256sums = 065808f1119dfa25bfc7dfdbfbe7ac8ac4501284867e25c926eedcf9f5bcc4bd
+ source = http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.87.tgz
+ sha256sums = 9f277eeecdefd669eaed14c5c6f516a35464494cb6bed76a204a91d17e565b70
pkgname = pmwiki
diff --git a/PKGBUILD b/PKGBUILD
index 08cddab702e2..27324273680f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Roder <maxroder@mailbox.org>
pkgname='pmwiki'
-pkgver='2.2.86'
+pkgver='2.2.87'
pkgrel='1'
pkgdesc='Wiki software based on PHP'
url='http://www.pmwiki.org'
@@ -10,7 +10,7 @@ license=('GPL')
depends=('php')
install='pmwiki.install'
source=("http://www.pmwiki.org/pub/${pkgname}/${pkgname}-${pkgver}.tgz")
-sha256sums=('065808f1119dfa25bfc7dfdbfbe7ac8ac4501284867e25c926eedcf9f5bcc4bd')
+sha256sums=('9f277eeecdefd669eaed14c5c6f516a35464494cb6bed76a204a91d17e565b70')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"