summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2016-08-19 18:39:36 +0200
committerphiresky2016-08-19 18:39:36 +0200
commitd7628ee2bb97bd51e05142c233e8e98d0b8c7454 (patch)
treeefd5e87440985f36c05d619645df2c2ea7b38051
parent0406a8180e5f5e2e65b5437a96f62a6b5c088272 (diff)
downloadaur-d7628ee2bb97bd51e05142c233e8e98d0b8c7454.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6de7673c661..962d57faf26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Aug 19 16:39:17 UTC 2016
pkgbase = svp
pkgdesc = SmoothVideo Project 4 (SVP4)
- pkgver = 4.0.0.85
+ pkgver = 4.0.0.90
pkgrel = 2
url = https://www.svp-team.com/wiki/SVP:Linux
arch = x86_64
@@ -16,8 +18,8 @@ pkgbase = svp
depends = xdg-utils
optdepends = mpv-git: needed for mpv vapoursynth support
optdepends = ocl-icd: for GPU acceleration
- source = http://www.svp-team.com/files/svp4-linux-64.tbz2
- sha1sums = 44cff6681c5be0625c7fa42aa2c70ca8ceb97d0b
+ source = https://cdn.rawgit.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp-4.0.0.90.tbz2
+ sha1sums = 8f37727fd041ecf57fbe604e6eadd3489d9f2861
pkgname = svp
diff --git a/PKGBUILD b/PKGBUILD
index eb8f6203d223..5592d793c4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=svp
-pkgver=4.0.0.85
+pkgver=4.0.0.90
pkgrel=2
epoch=
pkgdesc="SmoothVideo Project 4 (SVP4)"
@@ -22,9 +22,14 @@ backup=()
options=()
install=
changelog=
-source=("http://www.svp-team.com/files/svp4-linux-64.tbz2")
+source=("https://cdn.rawgit.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp-$pkgver.tbz2")
+# 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
noextract=()
-sha1sums=('44cff6681c5be0625c7fa42aa2c70ca8ceb97d0b')
+sha1sums=('8f37727fd041ecf57fbe604e6eadd3489d9f2861')
validpgpkeys=()
prepare() {