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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 7 12:45:00 UTC 2020


    Date: Friday, August 7, 2020 @ 12:44:59
  Author: arodseth
Revision: 671519

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 12:44:54 UTC (rev 671518)
+++ PKGBUILD	2020-08-07 12:44:59 UTC (rev 671519)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=sxhkd
-pkgver=0.6.1
-pkgrel=2
-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() {
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  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:

Copied: sxhkd/repos/community-x86_64/PKGBUILD (from rev 671518, sxhkd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-07 12:44:59 UTC (rev 671519)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.6.2
+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#commit=fe241b0d2d70c9c483b23cf3cd14f1383f0953a2") # tag: 0.6.2
+md5sums=('SKIP')
+
+build() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  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