summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-08-05 00:07:59 -0600
committerBrian Bidulock2015-06-10 07:12:09 -0600
commit1e4e7eec76cecddeb3969b73dbc635105b553b1c (patch)
tree5f8e6c800f6dd0720c88e23c641cd29bcd2b7be6
parent305744d45f736273e70158e9b872d3ea9010cc9a (diff)
downloadaur-1e4e7eec76cecddeb3969b73dbc635105b553b1c.tar.gz
version 20130209.2.r11.gee7d9df-3
-rw-r--r--.AURINFO4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
index 17bc104786d6..510cb464165d 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,8 +1,8 @@
pkgbase = mcwm-git
pkgdesc = A minimalist floating window manager written on top of the XCB
pkgver = 20130209.2.r11.gee7d9df
- pkgrel = 2
- url = http://hack.org/mc/hacks/mcwm/
+ pkgrel = 3
+ url = https://github.com/bbidulock/mcwm
arch = i686
arch = x86_64
license = ISC
diff --git a/.SRCINFO b/.SRCINFO
index 2fb4e2ac0da4..9257add0fb98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mcwm-git
pkgdesc = A minimalist floating window manager written on top of the XCB
pkgver = 20130209.2.r11.gee7d9df
- pkgrel = 2
- url = http://hack.org/mc/hacks/mcwm/
+ pkgrel = 3
+ url = https://github.com/bbidulock/mcwm
arch = i686
arch = x86_64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index bee25e789a55..090a8cb401df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=mcwm-git
pkgver=20130209.2.r11.gee7d9df
-pkgrel=2
+pkgrel=3
pkgdesc="A minimalist floating window manager written on top of the XCB"
arch=('i686' 'x86_64')
-url="http://hack.org/mc/hacks/mcwm/"
+#url="http://hack.org/mc/hacks/mcwm/"
+url="https://github.com/bbidulock/mcwm"
license=('ISC')
depends=('xcb-util-wm' 'xcb-util-keysyms' 'bash')
makedepends=('git')