summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92b8e9457fdf..acc321e6c614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Christian Neukirchen <chneukirchen@gmail.com>
+
pkgname=cwm-git
-pkgver=20220430
-pkgrel=1
-pkgdesc="OpenBSD fork of calmwm, a clean and lightweight window manager"
-arch=('i686' 'x86_64')
-url="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1"
+pkgver=20221015
+pkgrel=2
+pkgdesc="Fork of calmwm, a clean and lightweight window manager (git version)"
+arch=('x86_64')
+url="https://github.com/leahneukirchen/cwm"
license=('custom')
depends=('libxft' 'libxrandr' 'libxinerama')
makedepends=('git' 'pkg-config')
conflicts=('cwm')
provides=('cwm')
source=("$pkgname::git+https://github.com/leahneukirchen/cwm.git#branch=linux" 'cwm.desktop')
-md5sums=('SKIP'
- '42530ce5a23fc5f9088d891e325d99bd')
+sha256sums=('SKIP'
+ '083d54f4e80b4a96c1f749379a9277696de0c65e030c284eeb14e9671f9aa7f3')
pkgver() {
cd $pkgname