summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2015-11-21 16:28:45 +0200
committerJonian Guveli2015-11-21 16:28:45 +0200
commit46d8fee9cd43b407c931cfac81859f3e4aedaa33 (patch)
tree2ffdd0c2976a1abef9561481c462c0329df4d90e /PKGBUILD
parent5169ede5d9ad35cf97022ad3d8af3f062f51c0dd (diff)
downloadaur-46d8fee9cd43b407c931cfac81859f3e4aedaa33.tar.gz
new release version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79917d8f2382..27017106dc10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=('any')
@@ -17,7 +17,7 @@ backup=()
options=()
install=
changelog=
-source=(https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz)
+source=("https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
noextract=()
md5sums=('SKIP')
@@ -28,7 +28,7 @@ package() {
cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/opt/acestream-launcher"
- sudo update-desktop-database "$pkgdir/opt/acestream-launcher"
+ update-desktop-database "$pkgdir/opt/acestream-launcher"
ln -s "/opt/acestream-launcher/acestream-launcher.py" "$pkgdir/usr/bin/acestream-launcher"
mv "$pkgdir/opt/acestream-launcher/acestream-launcher.desktop" "$pkgdir/usr/share/applications/acestream-launcher.desktop"