summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-17 08:03:14 +0100
committersL1pKn072019-03-17 08:03:14 +0100
commit2e2a4254e348349f22e6cda205521de2ffa60476 (patch)
tree43d3f9ec31ceef91c428e3a0271ffa5bb93ff5ba
parent78006f3a2c1c0c3021b69e271d137bc0510d6ed1 (diff)
downloadaur-2e2a4254e348349f22e6cda205521de2ffa60476.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0948fb449c2e..6740d6501c2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 17 06:47:57 UTC 2019
+# Sun Mar 17 07:03:08 UTC 2019
pkgbase = vapoursynth-plugin-removedirtvs-git
pkgdesc = Plugin for Vapoursynth: removedirtvs (GIT version)
pkgver = r78.ddc78e5
- pkgrel = 2
+ pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=169771
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ae25bee2b837..6cb0cd4d8cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=removedirtvs
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r78.ddc78e5
-pkgrel=2
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=169771'
@@ -15,8 +15,6 @@ conflicts=("vapoursynth-plugin-${_plug}")
source=("git+https://github.com/handaimaoh/${_plug}.git")
sha256sums=('SKIP')
-_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
-
pkgver() {
cd "${_plug}"
#echo "$(git describe --long --tags)"