[arch-commits] Commit in sxhkd/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Jul 18 10:09:51 UTC 2017


    Date: Tuesday, July 18, 2017 @ 10:09:50
  Author: arodseth
Revision: 245538

upgpkg: sxhkd 0.5.8-1

Modified:
  sxhkd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-18 09:42:56 UTC (rev 245537)
+++ PKGBUILD	2017-07-18 10:09:50 UTC (rev 245538)
@@ -2,7 +2,7 @@
 # Contributor: Bastien Dejean <nihilhill at gmail.com>
 
 pkgname=sxhkd
-pkgver=0.5.7
+pkgver=0.5.8
 pkgrel=1
 pkgdesc='Simple X hotkey daemon'
 arch=('x86_64' 'i686')
@@ -18,9 +18,8 @@
 }
 
 package() {
-  cd "$pkgname"
-  make PREFIX="/usr" DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list