summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Holmer2023-07-06 22:55:13 -0400
committerJosh Holmer2023-07-06 22:55:13 -0400
commit5105dd00cdf4d14b89e59a630331bea80870e8d7 (patch)
tree8f7fe40d97c982e77ca938a9af56fbc1fef6075a
parent1ee82890471ec454d5f835e360bc87fe53c5c7fb (diff)
downloadaur-5105dd00cdf4d14b89e59a630331bea80870e8d7.tar.gz
Return to upstream, now with gcc13 support
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f66f1e68789b..8b57284fa8c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_plug=dfttest2
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v5.5.gb8c8c81
+pkgver=v5.6.g082fe6a
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('vapoursynth' 'cuda')
makedepends=('git' 'cmake' 'ninja' 'gcc')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/shssoichiro/vs-dfttest2#branch=gcc13-support")
+source=("${_plug}::git+https://github.com/AmusementClub/vs-dfttest2")
sha256sums=('SKIP')
options=('debug')