summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-06-05 08:12:48 -0600
committerBrian Bidulock2015-06-10 22:27:50 -0600
commit4e6cb6454b36959bc164d30129a3da30c13ca3ad (patch)
treecd1cec5c70dbd619dccb112e42507970a31a2958
parentda7acf564535d020cf37cf1c274178072d123c81 (diff)
downloadaur-windwm-git.tar.gz
version 1.5-1
-rw-r--r--.AURINFO17
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..f52b0ea6db60
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,17 @@
+pkgbase = windwm-git
+ pkgdesc = Wind is window manager implements most parts of the ICCCM and EWMH/NetWM standards
+ pkgver = 1.5
+ pkgrel = 1
+ url = http://windwm.sourceforge.net/
+ arch = x86_64
+ arch = i686
+ license = custom
+ makedepends = git
+ depends = libxft
+ provides = windwm
+ conflicts = windwm
+ source = git://git.code.sf.net/p/windwm/code
+ source = windwm.desktop
+
+pkgname = windwm-git
+
diff --git a/.SRCINFO b/.SRCINFO
index 550cde8c9e3d..a3e3ab9a28de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = windwm-git
pkgdesc = Wind is window manager implements most parts of the ICCCM and EWMH/NetWM standards
- pkgver = 1.4.49
- pkgrel = 2
+ pkgver = 1.5
+ pkgrel = 1
url = http://windwm.sourceforge.net/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 17e5bd4b30c6..f9f1e7276df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=windwm-git
_pkgname=windwm
-pkgver=1.4.49
-pkgrel=2
+pkgver=1.5
+pkgrel=1
pkgdesc="Wind is window manager implements most parts of the ICCCM and EWMH/NetWM standards"
arch=('x86_64' 'i686')
url="http://windwm.sourceforge.net/"