summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
3 files changed, 3 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
index cd03e742acf1..6b97f2a660cc 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,12 +1,11 @@
pkgbase = mcwm
pkgdesc = A minimalist floating window manager written on top of the XCB
pkgver = 20130209.2
- pkgrel = 4
+ pkgrel = 5
url = http://hack.org/mc/hacks/mcwm/
arch = i686
arch = x86_64
license = ISC
- makedepends = git
depends = xcb-util-wm
depends = xcb-util-keysyms
conflicts = mcwm-git
diff --git a/.SRCINFO b/.SRCINFO
index 2210e04c70c8..11dc0204b331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = mcwm
pkgdesc = A minimalist floating window manager written on top of the XCB
pkgver = 20130209.2
- pkgrel = 4
+ pkgrel = 5
url = http://hack.org/mc/hacks/mcwm/
arch = i686
arch = x86_64
license = ISC
- makedepends = git
depends = xcb-util-wm
depends = xcb-util-keysyms
conflicts = mcwm-git
diff --git a/PKGBUILD b/PKGBUILD
index d82c96823b3b..d3157ea78b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=mcwm
pkgver=20130209.2
-pkgrel=4
+pkgrel=5
pkgdesc="A minimalist floating window manager written on top of the XCB"
arch=('i686' 'x86_64')
url="http://hack.org/mc/hacks/mcwm/"
license=('ISC')
depends=('xcb-util-wm' 'xcb-util-keysyms')
conflicts=('mcwm-git' '2bwm' '2bwm-git') # because of /usr/bin/hidden program
-makedepends=('git')
source=("http://hack.org/mc/hacks/mcwm/mcwm-20130209-2.tar.bz2" "mcwm.desktop")
md5sums=('d36a625c966067c80cf9f14609a21921'
'8daed020f1a9df4b774207b30d954c53')