summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2021-09-26 18:40:06 +0200
committerphiresky2021-09-26 18:40:06 +0200
commitafb6c8a8129adbaa8183f8b88beb2b0ec541301d (patch)
tree10f4b760d0a126f6a2b5acc596f5e2ae36d6a876
parent5362320f92816d1365710a823372845481edc8f7 (diff)
downloadaur-afb6c8a8129adbaa8183f8b88beb2b0ec541301d.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972b54f07c20..d8630731f945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = svp
pkgdesc = SmoothVideo Project 4 (SVP4)
- pkgver = 4.5.205
- pkgrel = 2
+ pkgver = 4.5.210
+ pkgrel = 1
url = https://www.svp-team.com/wiki/SVP:Linux
install = svp.install
arch = x86_64
@@ -18,8 +18,7 @@ pkgbase = svp
optdepends = mpv-git: needed for mpv vapoursynth support
optdepends = ocl-icd: for GPU acceleration
options = !strip
- source = https://www.svp-team.com/files/svp4-linux.4.5.205-1.tar.bz2
- sha256sums = a3c326b73be00a1c736c663cbd6975e49715b95e68bf8998b7a89c22df1c392c
+ source = https://www.svp-team.com/files/svp4-linux.4.5.210.tar.bz2
+ sha256sums = ed4c5ce7dd03ce0dcda48bba17ad1da9532fbfdcc864bf360aee9f295ee65d88
pkgname = svp
-
diff --git a/PKGBUILD b/PKGBUILD
index 4e5cde6f80b3..163cbc70feb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=svp
-pkgver=4.5.205
-pkgrel=2
+pkgver=4.5.210
+pkgrel=1
epoch=
pkgdesc="SmoothVideo Project 4 (SVP4)"
arch=('x86_64')
@@ -23,7 +23,7 @@ options=(!strip)
install=${pkgname}.install
changelog=
#source=("https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-linux.$pkgver.tar.bz2")
-source=("https://www.svp-team.com/files/svp4-linux.$pkgver-1.tar.bz2")
+source=("https://www.svp-team.com/files/svp4-linux.$pkgver.tar.bz2")
# I am rehosting the binaries
# taken from
# http://www.svp-team.com/files/svp4-linux-64.tbz2
@@ -31,7 +31,7 @@ source=("https://www.svp-team.com/files/svp4-linux.$pkgver-1.tar.bz2")
# so they are correctly versioned and old versions still exist
# update 2019-10-06: svp-team.com now uses versioned file names. i'll keep rehosting them for now since i don't trust them to actually keep old versions.
noextract=()
-sha256sums=('a3c326b73be00a1c736c663cbd6975e49715b95e68bf8998b7a89c22df1c392c')
+sha256sums=('ed4c5ce7dd03ce0dcda48bba17ad1da9532fbfdcc864bf360aee9f295ee65d88')
validpgpkeys=()
prepare() {