summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-21 10:54:28 +0200
committersL1pKn072020-04-21 10:54:28 +0200
commit83b93743123bab5fcdda902d5ca6f8577917ed90 (patch)
tree6ffeda5677aa6bf10b9d110eedbf0ab4e1cd5278
parent7f7d35bdb5b914c7d023de576632a2bdb5d75cc9 (diff)
downloadaur-83b93743123bab5fcdda902d5ca6f8577917ed90.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b1d9ae330f..7a595c00896e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foosynth-plugin-neo_fft3dfilter-git
pkgdesc = Plugin for Vapoursynth/Avisynth: neo_fft3dfilter (Dual interface for Vapoursynth/Avisynth) (GIT version)
- pkgver = r3.1.g7c235de
+ pkgver = r5.1.gabb9cdc
pkgrel = 1
url = https://github.com/HomeOfAviSynthPlusEvolution/neo_FFT3D.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0f2b1dcc7ec5..c8f30d8e8e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase="foosynth-plugin-${_plug}-git"
pkgname=("avisynth-plugin-${_plug}-git"
"vapoursynth-plugin-${_plug}-git"
)
-pkgver=r3.1.g7c235de
+pkgver=r5.1.gabb9cdc
pkgrel=1
pkgdesc="Plugin for Vapoursynth/Avisynth: ${_plug} (Dual interface for Vapoursynth/Avisynth) (GIT version)"
arch=('x86_64')
@@ -23,14 +23,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() {