summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-04-13 01:32:51 +0200
committersL1pKn072019-04-13 01:32:51 +0200
commite89dc584bba8c5f1467e9204e2a26ddf89ccfcac (patch)
tree61c9543cdf04ee41059f2a1106316d29f8cdb8f1
parent8a8bf316b1ab8e329bd8ae5ca33d9727c7514dd3 (diff)
downloadaur-e89dc584bba8c5f1467e9204e2a26ddf89ccfcac.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449b7ab06c35..9a849c1ef8ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 2 20:01:55 UTC 2019
+# Fri Apr 12 23:32:46 UTC 2019
pkgbase = vapoursynth-plugin-waifu2x-w2xc-git
pkgdesc = Plugin for Vapoursynth: waifu2x-w2xc (GIT version)
pkgver = r7.0.g4128c53
diff --git a/PKGBUILD b/PKGBUILD
index f871a08b84b6..14bbcb03bf05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ build() {
package(){
make -C build DESTDIR="${pkgdir}" install
cp -R "${_plug}/Waifu2x-w2xc/models" ${pkgdir}/usr/lib/vapoursynth/models
- chmod -R a+w ${pkgdir}/usr/lib/vapoursynth/models
+ chmod -R a+w "${pkgdir}/usr/lib/vapoursynth/models"
install -Dm644 "${_plug}/README.md" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README"
}