summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-24 22:41:27 -0400
committernull2015-09-24 22:41:27 -0400
commita319df747f10758f55fd14fb244ceb37c6f2305f (patch)
tree61d18259280cb530c4a1cf928159f86132200ddc
parent19c0d7744a1976ec6e1af9bd69fa8f4006035fc0 (diff)
downloadaur-a319df747f10758f55fd14fb244ceb37c6f2305f.tar.gz
Added Locator.desktop to sources
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a39aff9eefc4..75cc97f42680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ pkgrel=6
arch=('i686' 'x86_64')
url="https://github.com/AlexTuduran/Locator"
license=('Completely free')
-source=(https://github.com/AlexTuduran/Locator/releases/download/v$pkgver-alpha/Locator-v$pkgver-alpha.zip)
+source=(https://github.com/AlexTuduran/Locator/releases/download/v$pkgver-alpha/Locator-v$pkgver-alpha.zip
+ Locator.desktop)
md5sums=('SKIP')
depends=('mlocate' 'gksu')
package() {
- install -D $srcdir/../Locator.desktop ${pkgdir}/usr/share/applications/Locator.desktop
+ install -D $srcdir/Locator.desktop ${pkgdir}/usr/share/applications/Locator.desktop
install -D $srcdir/Locator-v$pkgver-alpha/locator $pkgdir/opt/locator/locator
install -D $srcdir/Locator-v$pkgver-alpha/locator.png $pkgdir/opt/locator/locator.png
}