summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Orefice2015-09-11 10:21:09 +0200
committerAntonio Orefice2015-09-11 10:21:09 +0200
commit367a2591990c5365aa672c68ea2f99e4c3dda975 (patch)
tree5769da3dea21b0af189d60ba6ff8c3e7eb6a5cd3 /PKGBUILD
parente0e8e79298545977bcd13f58bfa0d7d4ac5cee22 (diff)
downloadaur-367a2591990c5365aa672c68ea2f99e4c3dda975.tar.gz
.
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