summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2015-12-12 15:09:33 +0200
committerjonian2015-12-12 15:09:33 +0200
commit3888d86adc96068ce9a1b6ea9296944f2f7e9010 (patch)
treec98f10e4248b42d20da852dcc12365748af16691 /PKGBUILD
parent73a388fb9601ccc1171999f7115c1fb81872766c (diff)
downloadaur-3888d86adc96068ce9a1b6ea9296944f2f7e9010.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 3257d7796144..0c3ea481aa64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=sopcast-launcher
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice"
arch=("any")
url="https://github.com/jonian/sopcast-launcher"
@@ -21,7 +21,7 @@ package() {
update-desktop-database "$pkgdir/opt/$pkgname"
- ln -s "/opt/$pkgname/sopcast-launcher.py" "$pkgdir/usr/bin/sopcast-launcher"
+ ln -s "/opt/$pkgname/sopcast_launcher.py" "$pkgdir/usr/bin/sopcast-launcher"
mv "$pkgdir/opt/$pkgname/sopcast-launcher.desktop" "$pkgdir/usr/share/applications/sopcast-launcher.desktop"
}