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 25978093540e..5faebb441048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wiki-js-beta-git
pkgdesc = Wiki.js | A modern, lightweight and powerful wiki app built on Node.js
pkgver = r1223.b567413f
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Requarks/wiki
arch = any
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9b3f7998a56b..de6f030bd957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=wiki-js-beta-git
pkgver=r1223.b567413f
-pkgrel=5
+pkgrel=6
pkgdesc="Wiki.js | A modern, lightweight and powerful wiki app built on Node.js"
license=('AGPL3')
arch=('any')
@@ -46,6 +46,6 @@ package() {
install -Dm 644 "package.json" -t "${pkgdir}/usr/lib/wiki-js"
cp -r "assets" "server" "node_modules" "${pkgdir}/usr/lib/wiki-js"
- mkdir -P "${pkgdir}/var/lib/wiki-js"
+ mkdir -p "${pkgdir}/var/lib/wiki-js"
chown 5494:5494 "${pkgdir}/var/lib/wiki-js"
}