summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-12 15:19:19 +0200
committersl1pkn072015-10-12 15:19:19 +0200
commit3d8fb07aec3134d146933a8f83d37a3db4a2d55d (patch)
tree4ba0033db7f157d68cd0b7a61837e90f4c36b564
parentf27831ac37389f6aff3809d1f1230ed51c83f918 (diff)
downloadaur-3d8fb07aec3134d146933a8f83d37a3db4a2d55d.tar.gz
Bump&tweak
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e48984a08e..6f0c5f3cb979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-awarpsharp2-git
pkgdesc = Plugin for Vapoursynth: awarpsharp2 (GIT version)
- pkgver = v1.1.g6a83bb5
+ pkgver = v1.3.ge215425
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172721
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 441fdf0990c4..1838717de3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=awarpsharp2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.1.g6a83bb5
+pkgver=v1.3.ge215425
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -22,12 +22,14 @@ pkgver() {
prepare() {
cd "${_plug}"
+
./autogen.sh
}
build() {
cd "${_plug}"
- ./configure --libdir=/usr/lib/vapoursynth
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib/vapoursynth
make
}