summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2015-12-12 14:35:23 +0200
committerJonian Guveli2015-12-12 14:35:23 +0200
commit32ef2276c019345fbd855086bd9252912f51e1f3 (patch)
treee484f5fc695050084538c916e01bcede514040a9 /PKGBUILD
parentb0cbcf6ab380cd4482ca8aedfc2136ba7b10e4b7 (diff)
downloadaur-32ef2276c019345fbd855086bd9252912f51e1f3.tar.gz
new release version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fc1ab500a74..07bc9d9197e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=2
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
@@ -21,7 +21,7 @@ package() {
update-desktop-database "$pkgdir/opt/$pkgname"
- ln -s "/opt/$pkgname/acestream-launcher.py" "$pkgdir/usr/bin/acestream-launcher"
+ ln -s "/opt/$pkgname/acestream_launcher.py" "$pkgdir/usr/bin/acestream-launcher"
mv "$pkgdir/opt/$pkgname/acestream-launcher.desktop" "$pkgdir/usr/share/applications/acestream-launcher.desktop"
}