summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2017-09-13 17:35:44 -0600
committerphiresky2017-09-13 17:36:16 -0600
commit0be1e57339c38baa9ba531b2461805d80c92bafe (patch)
tree04b351a4c4c507287e71bf982d5fd2ab62882314
parentd8c978ccc1d3ab9530825ef9fa235bf08c651912 (diff)
downloadaur-0be1e57339c38baa9ba531b2461805d80c92bafe.tar.gz
118
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81b2141e0343..0eb1cdcee38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 4 14:10:34 UTC 2017
+# Wed Sep 13 23:36:13 UTC 2017
pkgbase = svp
pkgdesc = SmoothVideo Project 4 (SVP4)
- pkgver = 4.1.0.114
+ pkgver = 4.1.0.118
pkgrel = 1
url = https://www.svp-team.com/wiki/SVP:Linux
install = svp.install
@@ -10,7 +10,6 @@ pkgbase = svp
license = custom
makedepends = p7zip
makedepends = qt-installer-framework
- makedepends = libxml2
depends = libmediainfo
depends = qt5-svg
depends = qt5-script
@@ -20,8 +19,8 @@ pkgbase = svp
depends = lsof
optdepends = mpv-git: needed for mpv vapoursynth support
optdepends = ocl-icd: for GPU acceleration
- source = https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-4.1.0.114.tbz2
- sha1sums = e3e7118b890719eb4020222c5beddbac564911ab
+ source = https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d11afd1/raw/svp4-4.1.0.118.tbz2
+ sha1sums = 158a422f02ffacad3a26536dc5716c4dd4b49954
pkgname = svp
diff --git a/PKGBUILD b/PKGBUILD
index 3fd43f9c61d4..2cad362297b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=svp
-pkgver=4.1.0.114
+pkgver=4.1.0.118
pkgrel=1
epoch=
pkgdesc="SmoothVideo Project 4 (SVP4)"
@@ -9,7 +9,7 @@ url="https://www.svp-team.com/wiki/SVP:Linux"
license=('custom')
groups=()
depends=(libmediainfo qt5-svg qt5-script vapoursynth libusb xdg-utils lsof)
-makedepends=(p7zip qt-installer-framework libxml2)
+makedepends=(p7zip qt-installer-framework)
checkdepends=()
optdepends=(
'mpv-git: needed for mpv vapoursynth support'
@@ -29,7 +29,7 @@ source=("https://gist.githubusercontent.com/phiresky/1e2cbd30bed4e5978771af232d1
# at https://gist.github.com/phiresky/1e2cbd30bed4e5978771af232d11afd1
# so they are correctly versioned and old versions still exist
noextract=()
-sha1sums=('e3e7118b890719eb4020222c5beddbac564911ab')
+sha1sums=('158a422f02ffacad3a26536dc5716c4dd4b49954')
validpgpkeys=()
prepare() {
@@ -40,9 +40,9 @@ prepare() {
done
}
-pkgver() {
- xmllint --xpath '/Updates/PackageUpdate[Name="core.full"]/Version/text()' "$srcdir/installer/metadata/Updates.xml" | tr '-' '.'
-}
+#pkgver() {
+# xmllint --xpath '/Updates/PackageUpdate[Name="core.full"]/Version/text()' "$srcdir/installer/metadata/Updates.xml" | tr '-' '.'
+#}
package() {
mkdir -p "$pkgdir"/{opt/svp,usr/bin,usr/share/licenses/svp}