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

Alexander Rødseth arodseth at archlinux.org
Tue Aug 13 10:28:17 UTC 2019


    Date: Tuesday, August 13, 2019 @ 10:28:17
  Author: arodseth
Revision: 499055

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-13 10:28:03 UTC (rev 499054)
+++ PKGBUILD	2019-08-13 10:28:17 UTC (rev 499055)
@@ -1,26 +0,0 @@
-# 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

Copied: sxhkd/repos/community-x86_64/PKGBUILD (from rev 499054, sxhkd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-13 10:28:17 UTC (rev 499055)
@@ -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.1
+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"
+}
+
+# getver: github.com/baskerville/sxhkd/releases/latest
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list