summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-02 21:01:55 +0100
committersL1pKn072019-03-02 21:01:55 +0100
commit8a8bf316b1ab8e329bd8ae5ca33d9727c7514dd3 (patch)
tree3ca41989c17054b302c2b48e33684cbdbabe165c
parent80f519125865a50674e28d84037c5782612148ef (diff)
downloadaur-8a8bf316b1ab8e329bd8ae5ca33d9727c7514dd3.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aab8e3078d9..449b7ab06c35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 8 19:01:41 UTC 2019
+# Sat Mar 2 20:01:55 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 da6cf7ac5f89..f871a08b84b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,13 +25,13 @@ pkgver() {
prepare() {
mkdir -p build
-}
-build() {
cd "${_plug}"
./autogen.sh
+}
- cd "${srcdir}/build"
+build() {
+ cd build
../"${_plug}"/configure \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
@@ -43,5 +43,6 @@ 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
+
install -Dm644 "${_plug}/README.md" "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README"
}