summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2015-12-12 14:35:23 +0200
committerJonian Guveli2015-12-12 14:35:23 +0200
commit32ef2276c019345fbd855086bd9252912f51e1f3 (patch)
treee484f5fc695050084538c916e01bcede514040a9
parentb0cbcf6ab380cd4482ca8aedfc2136ba7b10e4b7 (diff)
downloadaur-32ef2276c019345fbd855086bd9252912f51e1f3.tar.gz
new release version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d378bbd14670..610c1cc23b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 5 13:41:06 UTC 2015
+# Sat Dec 12 12:35:01 UTC 2015
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
@@ -14,7 +14,7 @@ pkgbase = acestream-launcher
depends = acestream-engine
optdepends = vlc
provides = acestream-launcher
- source = https://github.com/jonian/acestream-launcher/archive/v0.4.1.tar.gz
+ source = https://github.com/jonian/acestream-launcher/archive/v0.4.2.tar.gz
md5sums = SKIP
pkgname = acestream-launcher
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"
}