summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-09 19:35:16 +0100
committersL1pKn072019-02-09 19:35:16 +0100
commit045f836b965d0b1400ca13106b3d8b5aa2121410 (patch)
tree27525707198ac4ca420c83c1e526b49e3016c158
parentc7838ec87e2c96befdc11ddb9bc581f45e0e861b (diff)
downloadaur-045f836b965d0b1400ca13106b3d8b5aa2121410.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 0f401ef46890..4c56da86e073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 21:28:59 UTC 2016
+# Sat Feb 9 18:35:12 UTC 2019
pkgbase = vapoursynth-plugin-bifrost-git
pkgdesc = Plugin for Vapoursynth: bifrost (GIT version)
pkgver = v2.2.2.g3082823
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-bifrost
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 288de4edce6d..8206c70ea8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=vapoursynth-plugin-${_plug}-git
pkgver=v2.2.2.g3082823
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/dubhater/vapoursynth-${_plug}"
license=('GPL')
depends=('vapoursynth')
@@ -30,11 +30,13 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
+
make
}
package(){
cd "${_plug}"
make DESTDIR="${pkgdir}" install
+
install -Dm644 readme.rst "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.rst"
}