summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-09 20:21:50 +0100
committersL1pKn072019-02-09 20:21:50 +0100
commite76ac76193b7d59677c559cb817237a0940f0283 (patch)
treed5a562a45f211c7cb747ccb2d2f347319822a65a
parente9157f78cd20d22c856363db590623109de19b13 (diff)
downloadaur-e76ac76193b7d59677c559cb817237a0940f0283.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a2be7950d6..d548d7041ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 21:38:09 UTC 2016
+# Sat Feb 9 19:21:46 UTC 2019
pkgbase = vapoursynth-plugin-damb-git
pkgdesc = Plugin for Vapoursynth: damb (GIT version)
pkgver = v3.0.g77a20a5
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171555
- arch = i686
arch = x86_64
license = custom:WTFPL
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index b7df09bb4dfa..1cabb6f22f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,11 @@ pkgname=vapoursynth-plugin-${_plug}-git
pkgver=v3.0.g77a20a5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://forum.doom9.org/showthread.php?t=171555'
-license=('custom:WTFPL' 'LGPL')
+license=('custom:WTFPL'
+ 'LGPL'
+ )
depends=('vapoursynth'
'libsndfile'
)
@@ -36,12 +38,14 @@ 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"
install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}