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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 14 18:56:14 UTC 2019


    Date: Thursday, February 14, 2019 @ 18:56:13
  Author: arodseth
Revision: 432246

upgpkg: sxhkd 0.6.0-1

Modified:
  sxhkd/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 18:47:02 UTC (rev 432245)
+++ PKGBUILD	2019-02-14 18:56:13 UTC (rev 432246)
@@ -1,25 +1,26 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Bastien Dejean <nihilhill at gmail.com>
 
 pkgname=sxhkd
-pkgver=0.5.9
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Simple X hotkey daemon'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/baskerville/sxhkd'
-license=('custom:BSD')
-depends=('xcb-util-keysyms')
-makedepends=('git' 'xcb-util')
-source=("git://github.com/baskerville/sxhkd.git#tag=$pkgver")
+license=(custom:BSD)
+depends=(xcb-util-keysyms)
+makedepends=(git xcb-util)
+source=("git+$url#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {
-  make -C "$pkgname" PREFIX=/usr
+  make -C $pkgname PREFIX=/usr
 }
 
 package() {
-  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/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: ts=2 sw=2 et:
+# getver: github.com/baskerville/sxhkd/releases/latest



More information about the arch-commits mailing list