summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2019-10-06 18:54:36 +0200
committerphiresky2019-10-06 18:54:36 +0200
commitabf6d83425300a1f70095ec33bb792c961bf140d (patch)
treee6e734b0e241dcb301c6727958e804d8f667cf26
parent12bb722c609cd180cc03346f7655f32ea15218d7 (diff)
downloadaur-abf6d83425300a1f70095ec33bb792c961bf140d.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8549b9232da5..bace0ac31916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svp
pkgdesc = SmoothVideo Project 4 (SVP4)
- pkgver = 4.3.0.168
+ pkgver = 4.3.173
pkgrel = 1
url = https://www.svp-team.com/wiki/SVP:Linux
install = svp.install
@@ -18,8 +18,8 @@ pkgbase = svp
optdepends = mpv-git: needed for mpv vapoursynth support
optdepends = ocl-icd: for GPU acceleration
options = !strip
- source = https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-4.3.0.168.tbz2
- sha256sums = 3cda31dfa5cfa35b412397249220d9e53349d150856b54398a5810c224eddc25
+ source = https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-linux.4.3.173.tar.bz2
+ sha256sums = e32e8be6298650aed86fb1356f465e5b1b6ef580d998c59e96a681697c3d3cbd
pkgname = svp
diff --git a/.gitignore b/.gitignore
index 092289e5e176..9e0e06eeaa82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
/pkg
/src
-*.tar
-*.tar.xz
*.tbz2
+*.tar.bz2
+*.tar
+*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index c72276da0b54..d30934143ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=svp
-pkgver=4.3.0.168
+pkgver=4.3.173
pkgrel=1
epoch=
pkgdesc="SmoothVideo Project 4 (SVP4)"
@@ -22,14 +22,15 @@ backup=()
options=(!strip)
install=${pkgname}.install
changelog=
-source=("https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-$pkgver.tbz2")
+source=("https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-linux.$pkgver.tar.bz2")
# I am rehosting the binaries
# taken from
# http://www.svp-team.com/files/svp4-linux-64.tbz2
# at https://gist.github.com/phiresky/1e2cbd30bed4e5978771af232d11afd1
# 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=('3cda31dfa5cfa35b412397249220d9e53349d150856b54398a5810c224eddc25')
+sha256sums=('e32e8be6298650aed86fb1356f465e5b1b6ef580d998c59e96a681697c3d3cbd')
validpgpkeys=()
prepare() {