summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-06-06 04:09:21 -0600
committerBrian Bidulock2015-06-10 22:27:13 -0600
commitf3c6f167cbdeaa3ae9d01391e41e1a44c4dc5aa8 (patch)
tree4b22b15a825d76247067e8b29dc47c60e61f3bc7
parent8b9e8e242075a783b181fc8ac861dbd72bd4c46f (diff)
downloadaur-windwm.tar.gz
version 1.5-1
-rw-r--r--.AURINFO14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
3 files changed, 21 insertions, 7 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..17d0aeaa1541
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,14 @@
+pkgbase = windwm
+ 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
+ depends = libxft
+ source = http://downloads.sourceforge.net/project/windwm/wind-1.5.tar.gz
+ source = windwm.desktop
+
+pkgname = windwm
+
diff --git a/.SRCINFO b/.SRCINFO
index 265aa1f3b9f3..59ce009ee843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = windwm
pkgdesc = Wind is window manager implements most parts of the ICCCM and EWMH/NetWM standards
- pkgver = 1.4
- pkgrel = 3
+ pkgver = 1.5
+ pkgrel = 1
url = http://windwm.sourceforge.net/
arch = x86_64
arch = i686
license = custom
depends = libxft
- source = http://downloads.sourceforge.net/project/windwm/wind-1.4.tar.gz
+ source = http://downloads.sourceforge.net/project/windwm/wind-1.5.tar.gz
source = windwm.desktop
- sha1sums = a82170712bac5427efeae9d0fac28df7fdfc8b9d
+ sha1sums = 7924ee392c531674b94efa44a49787e1e377763a
sha1sums = fdf5db200cf880328254dd01015e06c0de807655
pkgname = windwm
diff --git a/PKGBUILD b/PKGBUILD
index 56b22b7a2206..5812180cd606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=windwm
-pkgver=1.4
-pkgrel=3
+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/"
@@ -8,7 +8,7 @@ license=('custom')
depends=('libxft')
source=("http://downloads.sourceforge.net/project/windwm/wind-${pkgver}.tar.gz"
"windwm.desktop")
-sha1sums=('a82170712bac5427efeae9d0fac28df7fdfc8b9d'
+sha1sums=('7924ee392c531674b94efa44a49787e1e377763a'
'fdf5db200cf880328254dd01015e06c0de807655')
build() {