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

Alexander Rødseth arodseth at archlinux.org
Sat Mar 31 15:41:18 UTC 2018


    Date: Saturday, March 31, 2018 @ 15:41:17
  Author: arodseth
Revision: 313608

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-31 15:41:04 UTC (rev 313607)
+++ PKGBUILD	2018-03-31 15:41:17 UTC (rev 313608)
@@ -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.8
-pkgrel=1
-pkgdesc='Simple X hotkey daemon'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/sxhkd'
-license=('custom:BSD')
-depends=('bash' 'xcb-util-keysyms')
-makedepends=('xcb-util' 'git')
-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 313607, sxhkd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-31 15:41:17 UTC (rev 313608)
@@ -0,0 +1,25 @@
+# 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:



More information about the arch-commits mailing list