summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2015-10-24 01:37:10 +0300
committerJonian Guveli2015-10-24 01:37:10 +0300
commitf3e6989b267a31e9b7df4218b33d242c524a0c29 (patch)
tree4bf430efd47ddf857960f7464f8c2cd7a3cbc487
parentcb53871df05e83f89aa51ee6df6df06f7512fbcf (diff)
downloadaur-f3e6989b267a31e9b7df4218b33d242c524a0c29.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 0c26701e2916..d0e35eca19d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c5ba1bd78f44..77012b67371d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=('any')
url="https://github.com/jonian/acestream-launcher"
@@ -28,7 +28,7 @@ package() {
cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/opt/acestream-launcher"
- update-desktop-database "$pkgdir/opt/acestream-launcher"
+ sudo update-desktop-database "$pkgdir/opt/acestream-launcher"
ln -s "/opt/acestream-launcher/acestream-launcher.py" "$pkgdir/usr/bin/acestream-launcher"
mv "$pkgdir/opt/acestream-launcher/acestream-launcher.desktop" "$pkgdir/usr/share/applications/acestream-launcher.desktop"