summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlibia Tsati2015-10-24 01:37:45 +0300
committerOlibia Tsati2015-10-24 01:37:45 +0300
commit705c383c6ff263b97a371779c1a9f9614f11d799 (patch)
treeb4ed8381800e2afda1a68744963a313faf7c5f44 /PKGBUILD
parentd74aadbc49a743e6df1f746e3c5e824d1b7bee68 (diff)
downloadaur-705c383c6ff263b97a371779c1a9f9614f11d799.tar.gz
small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f06ab5497db2..549e4c8c9a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=sopcast-launcher
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
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"
@@ -28,7 +28,7 @@ package() {
cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/opt/sopcast-launcher"
- update-desktop-database "$pkgdir/opt/sopcast-launcher"
+ sudo update-desktop-database "$pkgdir/opt/sopcast-launcher"
ln -s "/opt/sopcast-launcher/sopcast-launcher.py" "$pkgdir/usr/bin/sopcast-launcher"
mv "$pkgdir/opt/sopcast-launcher/sopcast-launcher.desktop" "$pkgdir/usr/share/applications/sopcast-launcher.desktop"