summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968c7ea048d5..1c048e0c1f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dokuwiki-plugin-captcha
pkgdesc = Use a CAPTCHA challenge to protect DokuWiki against automated spam
pkgver = 2019.03.20
- pkgrel = 1
+ pkgrel = 2
url = http://www.dokuwiki.org/plugin:captcha
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 9b54d779a891..974142701aac 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dokuwiki-plugin-captcha
pkgver=2019.03.20
-pkgrel=1
+pkgrel=2
pkgdesc="Use a CAPTCHA challenge to protect DokuWiki against automated spam"
arch=('any')
url="http://www.dokuwiki.org/plugin:captcha"
@@ -15,6 +15,6 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/splitbrain/dokuwiki-plu
sha512sums=('1b6788bdfbf68cbfe51e6ef65f9a266c3b5781e0b9d5a285fb41c9ebb646cc54f0af6d925c39a76127aaab8e5c2f1e1d324e474829b8452cc1a60c3b3d08df6c')
package() {
- install -d "${pkgdir}/usr/share/webapps/dokuwiki/lib/plugins"
- cp -a "${srcdir}/dokuwiki-plugin-captcha-2019-03-20" "${pkgdir}/usr/share/webapps/dokuwiki/lib/plugins/captcha"
+ install -d "${pkgdir}/var/lib/dokuwiki/plugins"
+ cp -a "${srcdir}/dokuwiki-plugin-captcha-2019-03-20" "${pkgdir}/var/lib/dokuwiki/plugins/captcha"
}