summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamashita Ren2018-05-18 22:23:41 +0200
committerYamashita Ren2018-05-18 22:23:41 +0200
commit3d22c25663be67a9aeedcf306ceafceccee9415b (patch)
tree6c27f114a36ad70745aee005328c10d5f938456b
parentc77e17dba753d688aa2aeb0307aabb2a4a8ffb63 (diff)
downloadaur-3d22c25663be67a9aeedcf306ceafceccee9415b.tar.gz
Update to autotools.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1c2ab40c5a9..3807352f3f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-waifu2x-w2xc-git
pkgdesc = Plugin for Vapoursynth: waifu2x-w2xc (GIT version)
- pkgver = r2.2.ge79bb45
- pkgrel = 2
+ pkgver = r6.7.g9cea4dd
+ pkgrel = 1
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Waifu2x-w2xc/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cd6a894f7257..e4aff5ab9bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_plug=waifu2x-w2xc
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r2.2.ge79bb45
-pkgrel=2
+pkgver=r6.7.g9cea4dd
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url="https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Waifu2x-w2xc/"
@@ -23,7 +23,8 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --install=${pkgdir}/usr/lib/vapoursynth
+ ./autogen.sh
+ ./configure --prefix=/usr --libdir=/usr/lib/vapoursynth
make
}