summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 04:24:21 +0100
committersL1pKn072022-03-13 04:24:21 +0100
commit5e7f058df90875ec2d80f9ba56a4141a6a4b5390 (patch)
treece1a2664f554b9446b2d6a3cf4fe21123ce8ed90
parent92c868d8f8f9e2c2ae4ee4b12416e56bda91e05f (diff)
downloadaur-vapoursynth-plugin-hqdn3d-git.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478257961993..748873b9054a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Mar 2 19:56:05 UTC 2019
pkgbase = vapoursynth-plugin-hqdn3d-git
pkgdesc = Plugin for Vapoursynth: hqdn3d (GIT version)
pkgver = r10.eb820cb
@@ -11,8 +9,8 @@ pkgbase = vapoursynth-plugin-hqdn3d-git
depends = vapoursynth
provides = vapoursynth-plugin-hqdn3d
conflicts = vapoursynth-plugin-hqdn3d
+ options = debug
source = hqdn3d::git+https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-hqdn3d-git
-
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