summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-03-13 03:08:32 +0100
committersL1pKn072022-03-13 03:08:32 +0100
commit11184509cd3b43e857eb7d29aa9b3b32509ee12a (patch)
tree0f4365b8fcd3940144060d34c20ccefbbe103039
parentcc39b766464e7f47ba0015233f0756d198712c03 (diff)
downloadaur-vapoursynth-plugin-descale-git.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80384c420f93..8e370bc0e307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-descale-git
pkgdesc = Plugin for Vapoursynth: descale (GIT version)
- pkgver = r7.0.gb249650
+ pkgver = 7.0.gb249650
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = vapoursynth-plugin-descale-git
depends = vapoursynth
provides = vapoursynth-plugin-descale
conflicts = vapoursynth-plugin-descale
+ options = debug
source = descale::git+https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 72eb885ec035..6e34857e1cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=descale
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r7.0.gb249650
+pkgver=7.0.gb249650
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -16,13 +16,13 @@ provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git")
sha256sums=('SKIP')
-
+options=('debug')
_site_packages="$(python -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')"
pkgver() {
cd "${_plug}"
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d r)"
}
prepare() {