summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-21 10:48:09 +0200
committersL1pKn072020-04-21 10:48:09 +0200
commit34b23d559738ee5dcde21ce3b178358b089cf874 (patch)
treec852bc45bd16254d301286c212f112e717cfb0dd
parent441f1c9d8897ea50426911befcda252b3981a9f1 (diff)
downloadaur-34b23d559738ee5dcde21ce3b178358b089cf874.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcd48ed77c90..23d4f70e37ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foosynth-plugin-neo_minideen-git
pkgdesc = Plugin for Vapoursynth/Avisynth: neo_minideen (Dual interface for Vapoursynth/Avisynth) (GIT version)
- pkgver = r7.1.gddcbeaa
+ pkgver = r8.0.gefd4e0f
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=176554
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 632deaab13d7..e949832d26be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="foosynth-plugin-${_plug}-git"
pkgname=("avisynth-plugin-${_plug}-git"
"vapoursynth-plugin-${_plug}-git"
)
-pkgver=r7.1.gddcbeaa
+pkgver=r8.0.gefd4e0f
pkgrel=1
pkgdesc="Plugin for Vapoursynth/Avisynth: ${_plug} (Dual interface for Vapoursynth/Avisynth) (GIT version)"
arch=('x86_64')
@@ -21,15 +21,12 @@ sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
- echo "$(git describe --first-parent --tags --always | tr - .)"
+ echo "$(git describe --long --tags | tr - .)"
}
prepare() {
cd "${_plug}"
-
mkdir -p build
-
- sed '1i#include <cpuid.h>' -i src/cpuid.cpp
}
build() {