summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-11-22 15:41:04 +0100
committersL1pKn072020-11-22 15:41:04 +0100
commit685eee883c758b68f7f1c33cd6b8238cba16acea (patch)
treea9f01c84bc71688dd4764597bb4a32018d877b32
parent9091f793597db1d9e9e4abd4f3e1c6f73ea6ff08 (diff)
downloadaur-vapoursynth-lib-vsfilterscript-git.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e098e46ac7e..d1dd31ff5159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-lib-vsfilterscript-git
pkgdesc = Library for Vapoursynth: vsfilterscript (GIT version)
- pkgver = r93.aa00068
+ pkgver = r119.fc6f2fc
pkgrel = 1
url = https://forum.doom9.org/showthread.php?t=181027
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = vapoursynth-lib-vsfilterscript-git
depends = vapoursynth
provides = vapoursynth-lib-vsfilterscript
conflicts = vapoursynth-lib-vsfilterscript
- source = vsfilterscript::git+https://github.com/IFeelBloated/vsFilterScript.git
+ source = vsfilterscript::git+https://github.com/IFeelBloated/vsFilterScript.git#branch=stable
sha256sums = SKIP
pkgname = vapoursynth-lib-vsfilterscript-git
diff --git a/PKGBUILD b/PKGBUILD
index ed66789f71a6..7074adbcebed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=vsfilterscript
pkgname=vapoursynth-lib-${_plug}-git
-pkgver=r93.aa00068
+pkgver=r119.fc6f2fc
pkgrel=1
pkgdesc="Library for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('git'
)
provides=("vapoursynth-lib-${_plug}")
conflicts=("vapoursynth-lib-${_plug}")
-source=("${_plug}::git+https://github.com/IFeelBloated/vsFilterScript.git")
+source=("${_plug}::git+https://github.com/IFeelBloated/vsFilterScript.git#branch=stable")
sha256sums=('SKIP')
pkgver() {