summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:30:41 -0600
committerBrian Bidulock2015-06-10 22:27:13 -0600
commit8b9e8e242075a783b181fc8ac861dbd72bd4c46f (patch)
tree4a43b7e3858fc2347c3eb7164f56c858f6eb6813
parentcc48b1d78ba20fd5bc2f216fdf5b59a783fb1e0f (diff)
downloadaur-8b9e8e242075a783b181fc8ac861dbd72bd4c46f.tar.gz
version 1.4-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59ce009ee843..265aa1f3b9f3 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.5
- pkgrel = 1
+ pkgver = 1.4
+ pkgrel = 3
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 = http://downloads.sourceforge.net/project/windwm/wind-1.4.tar.gz
source = windwm.desktop
- sha1sums = 7924ee392c531674b94efa44a49787e1e377763a
+ sha1sums = a82170712bac5427efeae9d0fac28df7fdfc8b9d
sha1sums = fdf5db200cf880328254dd01015e06c0de807655
pkgname = windwm
diff --git a/PKGBUILD b/PKGBUILD
index 5812180cd606..56b22b7a2206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=windwm
-pkgver=1.5
-pkgrel=1
+pkgver=1.4
+pkgrel=3
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=('7924ee392c531674b94efa44a49787e1e377763a'
+sha1sums=('a82170712bac5427efeae9d0fac28df7fdfc8b9d'
'fdf5db200cf880328254dd01015e06c0de807655')
build() {