[arch-commits] Commit in bspwm/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Oct 30 09:08:04 UTC 2017


    Date: Monday, October 30, 2017 @ 09:08:03
  Author: arodseth
Revision: 264728

upgpkg: bspwm 0.9.3-2

Modified:
  bspwm/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 08:48:31 UTC (rev 264727)
+++ PKGBUILD	2017-10-30 09:08:03 UTC (rev 264728)
@@ -4,19 +4,17 @@
 
 pkgname=bspwm
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64' 'i686')
 url='https://github.com/baskerville/bspwm'
 license=('custom:BSD')
-depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
 makedepends=('git')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
 optdepends=('sxhkd: to define keyboard and pointer bindings'
-            'bar-aint-recursive: for the example panel'
-            'xtitle: for the example panel'
-            'sutils: for the example panel'
             'xdo: for the example panel')
-source=("git://github.com/baskerville/$pkgname#tag=$pkgver")
+            # AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list