summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 04:24:21 +0100
committersL1pKn072022-03-13 04:24:21 +0100
commit5e7f058df90875ec2d80f9ba56a4141a6a4b5390 (patch)
treece1a2664f554b9446b2d6a3cf4fe21123ce8ed90 /PKGBUILD
parent92c868d8f8f9e2c2ae4ee4b12416e56bda91e05f (diff)
downloadaur-5e7f058df90875ec2d80f9ba56a4141a6a4b5390.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5705135f1bf1..a4df68b0341d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=hqdn3d
pkgname=vapoursynth-plugin-${_plug}-git
@@ -14,6 +14,7 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Hinterwaeldlers/vapoursynth-${_plug}.git")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd "${_plug}"
@@ -23,14 +24,14 @@ pkgver() {
prepare() {
mkdir -p build
+}
+build() {
cd "${_plug}"
./autogen.sh
-}
-build() {
- cd build
- ../"${_plug}"/configure \
+ cd "${srcdir}/build"
+ "../${_plug}/configure" \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth