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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 14 10:57:52 UTC 2019


    Date: Thursday, February 14, 2019 @ 10:57:51
  Author: arodseth
Revision: 432185

upgpkg: bspwm 0.9.6-1

Modified:
  bspwm/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 09:42:13 UTC (rev 432184)
+++ PKGBUILD	2019-02-14 10:57:51 UTC (rev 432185)
@@ -1,19 +1,18 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Bastien Dejean <nihilhill at gmail.com>
 
 pkgname=bspwm
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-makedepends=('git')
-depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+license=(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")
+source=("git+$url#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {
@@ -24,6 +23,8 @@
   cd "$pkgname"
 
   make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  # BSD 2-clause
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



More information about the arch-commits mailing list