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

Alexander Rødseth arodseth at archlinux.org
Thu Mar 29 13:53:49 UTC 2018


    Date: Thursday, March 29, 2018 @ 13:53:48
  Author: arodseth
Revision: 313393

archrelease: copy trunk to community-x86_64

Added:
  bspwm/repos/community-x86_64/PKGBUILD
    (from rev 313392, bspwm/trunk/PKGBUILD)
Deleted:
  bspwm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 13:53:34 UTC (rev 313392)
+++ PKGBUILD	2018-03-29 13:53:48 UTC (rev 313393)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=bspwm
-pkgver=0.9.3
-pkgrel=2
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-makedepends=('git')
-depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-            'xdo: for the example panel')
-            # AUR: bar-aint-recursive, sutils, xtitle
-source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim: ts=2 sw=2 et:

Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 313392, bspwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-29 13:53:48 UTC (rev 313393)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=bspwm
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+makedepends=('git')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+            'xdo: for the example panel')
+            # AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list