summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-09 19:55:11 +0100
committersL1pKn072019-02-09 19:55:11 +0100
commit65e1c47e843ef989a4491be0940a5aedcf7f5fa6 (patch)
tree9491a98daff3854de682702c02b3964a00400c15
parent520519a74e21d5f8901e9c2cfce984b985b3efc4 (diff)
downloadaur-65e1c47e843ef989a4491be0940a5aedcf7f5fa6.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b333158061de..5124039955b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 21:34:43 UTC 2016
+# Sat Feb 9 18:55:07 UTC 2019
pkgbase = vapoursynth-plugin-cnr2-git
pkgdesc = Plugin for Vapoursynth: cnr2 (GIT version)
pkgver = v1.2.g1f2c901
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173659
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 33fdb25d8e12..71d6e800738b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=vapoursynth-plugin-${_plug}-git
pkgver=v1.2.g1f2c901
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://forum.doom9.org/showthread.php?t=173659'
license=('GPL')
depends=('vapoursynth')
@@ -30,6 +30,7 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
+
make
}
@@ -37,4 +38,5 @@ package(){
cd "${_plug}"
make DESTDIR="${pkgdir}" install
install -Dm644 readme.rst "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/readme.rst"
+
}