summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-31 17:35:33 -0600
committerBrian Bidulock2015-06-10 03:41:23 -0600
commit335f886e1c573ad346f55fadc89a0acae47951a5 (patch)
treee7f83f7fba88688359082aa4a2f02ddbce677269
parenta047000bc0d997cba20595bfe28cd947e303934d (diff)
downloadaur-335f886e1c573ad346f55fadc89a0acae47951a5.tar.gz
version 0.1.r69.g29dbc7a-1
-rw-r--r--.AURINFO21
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..20834508163e
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,21 @@
+pkgbase = 2bwm-git
+ pkgdesc = A fast floating window manager
+ pkgver = 0.1.r69.g29dbc7a
+ pkgrel = 1
+ url = https://github.com/venam/2bwm
+ arch = i686
+ arch = x86_64
+ license = ISC
+ makedepends = git
+ depends = xcb-util-wm
+ depends = xcb-util-keysyms
+ provides = 2bwm
+ conflicts = 2bwm
+ conflicts = mcwm
+ conflicts = mcwm-git
+ source = 2bwm-git::git+https://github.com/venam/2bwm.git
+ source = 2bwm.desktop
+ source = 2bwm.copying
+
+pkgname = 2bwm-git
+
diff --git a/.SRCINFO b/.SRCINFO
index 0f0a7f5163cc..918bea5a0f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 2bwm-git
pkgdesc = A fast floating window manager
- pkgver = 0.1.r53.g13a50a6
- pkgrel = 2
+ pkgver = 0.1.r69.g29dbc7a
+ pkgrel = 1
url = https://github.com/venam/2bwm
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a303474b6074..ae0ec8dd7549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname='2bwm-git'
-pkgver=0.1.r53.g13a50a6
-pkgrel=2
+pkgver=0.1.r69.g29dbc7a
+pkgrel=1
pkgdesc="A fast floating window manager"
arch=('i686' 'x86_64')
url="https://github.com/venam/2bwm"