summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Blinne2019-05-06 15:06:38 +0200
committerAlexander Blinne2019-05-06 15:06:38 +0200
commitb78e3b2dbacb024053ff543883c18294a598ac5a (patch)
tree839f57fac1fe087bfa4a2837e9002f9c7f313206 /PKGBUILD
parentf94141ec720102a5685c03ef572ce0ae94ba9395 (diff)
downloadaur-b78e3b2dbacb024053ff543883c18294a598ac5a.tar.gz
Updated to version 19.04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac1e257949a9..35ab36384f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=sview
pkgname=$_pkgname-git
-pkgver=17.04.r34.g8be57493
+pkgver=19.04.r3.gcb9332a8
pkgrel=1
pkgdesc="Stereoscopic 3D video player with OpenGL UI"
arch=('i686' 'x86_64')
url="http://www.sview.ru/en"
license=('custom')
-depends=('libconfig' 'ffmpeg' 'freetype2' 'gtk2' 'libgl' 'libx11' 'libxext' 'libxpm' 'openal')
-optdepends=('ttf-droid' 'ttf-nanum')
+depends=('libconfig' 'ffmpeg' 'freetype2' 'gtk2' 'libgl' 'libx11' 'libxext' 'libxpm' 'openal' 'ttf-droid' 'ttf-freefont')
+optdepends=('ttf-nanum')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
@@ -18,6 +18,8 @@ md5sums=('SKIP')
pkgver() {
cd $_pkgname
+ # this is the version according to AndroidManifest.xml, however no tag was set by the original author
+ git tag -f 19_04 2b03b4fac40ad38a2e5e3223c09dc35ad0f9ba02
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/_/./g'
}