summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-23 20:20:15 +0200
committerYoshi28892016-08-23 20:20:15 +0200
commita5d386c22c2775aa1b0ada3f795d2d7a6e3c170b (patch)
tree3d499fa133563b087cfeb61f8b0b8bee2d735870
parent9954b6af43843dbd4608c227bbd35312f5c959de (diff)
downloadaur-a5d386c22c2775aa1b0ada3f795d2d7a6e3c170b.tar.gz
Fix the executable path in the .desktop file
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b04be142ce..d92621eeb24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 14:56:12 UTC 2016
+# Tue Aug 23 18:19:51 UTC 2016
pkgbase = soundnode-git
pkgdesc = Soundcloud client for the desktop
pkgver = r774.3175946
- pkgrel = 4
+ pkgrel = 5
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 750eab59793d..392e29738e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-git
pkgver=r774.3175946
-pkgrel=4
+pkgrel=5
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
@@ -28,7 +28,7 @@ pkgver() {
build() {
cd soundnode-app
- sed -i -e "s/\/usr\/share\/soundnode\/Soundnode/\/opt\/soundnode-git\/soundnode/g" fpm/soundnode.desktop
+ sed -i -e "s/\/usr\/share\/soundnode\/Soundnode/\/opt\/soundnode-git\/Soundnode/g" fpm/soundnode.desktop
make build
}