summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO20
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 24 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..7093ab8e5b1d
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,20 @@
+pkgbase = mcwm-git
+ pkgdesc = A minimalist floating window manager written on top of the XCB
+ pkgver = 20130209.2.r9.g33bd901
+ pkgrel = 1
+ url = http://hack.org/mc/hacks/mcwm/
+ arch = i686
+ arch = x86_64
+ license = ISC
+ makedepends = git
+ depends = xcb-util-wm
+ depends = xcb-util-keysyms
+ provides = mcwm
+ conflicts = mcwm
+ conflicts = 2bwm
+ conflicts = 2bwm-git
+ source = mcwm-git::git://hack.org/mcwm
+ source = mcwm.desktop
+
+pkgname = mcwm-git
+
diff --git a/.SRCINFO b/.SRCINFO
index 30b8193321be..1bc3ba2547a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcwm-git
pkgdesc = A minimalist floating window manager written on top of the XCB
- pkgver = 20130209.2.r5.gc33df8a
- pkgrel = 2
+ pkgver = 20130209.2.r9.g33bd901
+ pkgrel = 1
url = http://hack.org/mc/hacks/mcwm/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 85c5e7d8533a..1c90b21f92f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=mcwm-git
-pkgver=20130209.2.r5.gc33df8a
-pkgrel=2
+pkgver=20130209.2.r9.g33bd901
+pkgrel=1
pkgdesc="A minimalist floating window manager written on top of the XCB"
arch=('i686' 'x86_64')
url="http://hack.org/mc/hacks/mcwm/"