[arch-commits] Commit in sxhkd/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Thursday, February 14, 2019 @ 18:56:23
  Author: arodseth
Revision: 432247

archrelease: copy trunk to community-x86_64

Added:
  sxhkd/repos/community-x86_64/PKGBUILD
    (from rev 432246, sxhkd/trunk/PKGBUILD)
Deleted:
  sxhkd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 18:56:13 UTC (rev 432246)
+++ PKGBUILD	2019-02-14 18:56:23 UTC (rev 432247)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=sxhkd
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Simple X hotkey daemon'
-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")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sxhkd/repos/community-x86_64/PKGBUILD (from rev 432246, sxhkd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-14 18:56:23 UTC (rev 432247)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Simple X hotkey daemon'
+arch=(x86_64)
+url='https://github.com/baskerville/sxhkd'
+license=(custom:BSD)
+depends=(xcb-util-keysyms)
+makedepends=(git xcb-util)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  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