summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.AURINFO b/.AURINFO
index 3f586243f751..9c78e4695308 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = 2bwm
pkgdesc = A fast floating window manager
- pkgver = 0.1
- pkgrel = 4
+ pkgver = 0.2
+ pkgrel = 1
url = https://github.com/venam/2bwm
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = 2bwm
conflicts = 2bwm-git
conflicts = mcwm
conflicts = mcwm-git
- source = 2bwm::git+https://github.com/venam/2bwm.git#tag=v0.1
+ source = 2bwm::git+https://github.com/bbidulock/2bwm.git#tag=v0.2
source = 2bwm.desktop
source = 2bwm.copying
diff --git a/.SRCINFO b/.SRCINFO
index 99ba1a676583..6a6e67e22e0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 2bwm
pkgdesc = A fast floating window manager
- pkgver = 0.1
- pkgrel = 4
+ pkgver = 0.2
+ pkgrel = 1
url = https://github.com/venam/2bwm
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = 2bwm
conflicts = 2bwm-git
conflicts = mcwm
conflicts = mcwm-git
- source = 2bwm::git+https://github.com/venam/2bwm.git#tag=v0.1
+ source = 2bwm::git+https://github.com/bbidulock/2bwm.git#tag=v0.2
source = 2bwm.desktop
source = 2bwm.copying
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9026bd75c75e..f041b885f6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname='2bwm'
-pkgver=0.1
-pkgrel=4
+pkgver=0.2
+pkgrel=1
pkgdesc="A fast floating window manager"
arch=('i686' 'x86_64')
url="https://github.com/venam/2bwm"
@@ -9,7 +9,7 @@ license=('ISC')
depends=('xcb-util-wm' 'xcb-util-keysyms')
conflicts=('2bwm-git' 'mcwm' 'mcwm-git') # due to /usr/bin/hidden program
makedepends=('git' 'xcb-util')
-source=("$pkgname::git+https://github.com/venam/2bwm.git#tag=v0.1" '2bwm.desktop' '2bwm.copying')
+source=("$pkgname::git+https://github.com/bbidulock/2bwm.git#tag=v0.2" '2bwm.desktop' '2bwm.copying')
md5sums=('SKIP'
'4342d9210effbe4bfb58722f4275aa5c'
'adaee5c7e455ba15e0ca9a2692464253')