summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlibia Tsati2015-10-24 01:37:45 +0300
committerOlibia Tsati2015-10-24 01:37:45 +0300
commit705c383c6ff263b97a371779c1a9f9614f11d799 (patch)
treeb4ed8381800e2afda1a68744963a313faf7c5f44
parentd74aadbc49a743e6df1f746e3c5e824d1b7bee68 (diff)
downloadaur-705c383c6ff263b97a371779c1a9f9614f11d799.tar.gz
small fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef48bd5dd0f..640f30085310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sopcast-launcher
pkgdesc = Sopcast Launcher allows you to open Sopcast links with a Media Player of your choice
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/sopcast-launcher
arch = any
license = GPL
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"