summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorT.J. Townsend2023-01-21 19:12:57 -0500
committerT.J. Townsend2023-01-21 19:12:57 -0500
commitf6d5371f2a9a4c8fd9a5b9d78248c4328d1f760b (patch)
tree4631a2ce1445586b250ef2df33ccb7c5e11aaba3
parent3d2c69f008f5d14ca39ba24ee995140b5bcc28b9 (diff)
downloadaur-cwm-git.tar.gz
minor cleanup
this fork is unaffiliated with openbsd, so remove mention of it
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d622a5259de..fe689b48aa3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = cwm-git
- pkgdesc = OpenBSD fork of calmwm, a clean and lightweight window manager
+ pkgdesc = Fork of calmwm, a clean and lightweight window manager (git version)
pkgver = 20220430
pkgrel = 1
- url = http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1
- arch = i686
+ url = https://github.com/leahneukirchen/cwm
arch = x86_64
license = custom
makedepends = git
@@ -15,7 +14,7 @@ pkgbase = cwm-git
conflicts = cwm
source = cwm-git::git+https://github.com/leahneukirchen/cwm.git#branch=linux
source = cwm.desktop
- md5sums = SKIP
- md5sums = 42530ce5a23fc5f9088d891e325d99bd
+ sha256sums = SKIP
+ sha256sums = 083d54f4e80b4a96c1f749379a9277696de0c65e030c284eeb14e9671f9aa7f3
pkgname = cwm-git
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