summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94214885daa1..efb648f8d0eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xt7-player-mpv
pkgver=0.10.0381
-hotfix='-hotfix'
+hotfix=hotfix
pkgrel=1
_realname=xt7-player-mpv
pkgdesc="Aims to be an 'almost complete' but usable mpv gui"
@@ -39,14 +39,14 @@ depends=('gambas3-gb-image>=3.6.2'
makedepends=('gambas3-devel')
optdepends=('python2: for Opensubtitles.org integration' 'ladspa: more audio plugins' 'linuxtv-dvb-apps: for DVB support' 'dvbsnoop: DVBT EPG' 'xdg-utils: for desktop integration' 'xbindkeys: for global hotkeys support' 'aria2: for youtube segmented downloads')
-source=(https://github.com/kokoko3k/xt7-player-mpv/archive/$pkgver$hotfix.tar.gz 'license.txt')
+source=(https://github.com/kokoko3k/xt7-player-mpv/archive/$pkgver-$hotfix.tar.gz 'license.txt')
md5sums=('a1e943796e53cf63ec9246b7163b67fd'
'b6f1380e33b47d0ed95c7ba1b3f4ec73')
build() {
- cd ${srcdir}/${_realname}-${pkgver$hotfix}
+ cd ${srcdir}/${_realname}-${pkgver-$hotfix}
gbc3 -e -a -g -t -p -m
gba3 || return 1