summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorT.J. Townsend2023-01-21 19:08:28 -0500
committerT.J. Townsend2023-01-21 19:08:28 -0500
commit0fd642ea954d8ae3e81a27d36ae99799b649451c (patch)
tree3c050f6aab2344722a5b6901a83d7e51a973bd9d
parented15ba561a14653d3d7b0bdf97f3d378cb9425f3 (diff)
downloadaur-0fd642ea954d8ae3e81a27d36ae99799b649451c.tar.gz
update to 7.1
this fork is unaffiliated with openbsd, so remove mention of it
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eed9d97f2a1d..d73484c512b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = cwm
- pkgdesc = OpenBSD fork of calmwm, a clean and lightweight window manager
- pkgver = 6.7
+ pkgdesc = Fork of calmwm, a clean and lightweight window manager
+ pkgver = 7.1
pkgrel = 1
- url = http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1
+ url = https://github.com/leahneukirchen/cwm
changelog = cwm.changelog
- arch = i686
arch = x86_64
license = BSD
makedepends = git
depends = libxft
depends = libxrandr
- source = cwm::git+https://github.com/chneukirchen/cwm.git#tag=v6.7
+ source = cwm::git+https://github.com/chneukirchen/cwm.git#tag=v7.1
source = cwm.desktop
sha256sums = SKIP
sha256sums = 8dc947993fbf294d6f41ba2e0d4234b2321c536a75be1395f6a772cd4aa3f379
pkgname = cwm
-
diff --git a/PKGBUILD b/PKGBUILD
index b1c38e56bc7d..a0bb211d7a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Mariusz Libera <mariusz.libera@gmail.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: xaw <xawl.ch@gmail.com>
+
pkgname=cwm
-pkgver=6.7
+pkgver=7.1
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"
+pkgdesc="Fork of calmwm, a clean and lightweight window manager"
+arch=('x86_64')
+url="https://github.com/leahneukirchen/cwm"
license=('BSD')
depends=('libxft' 'libxrandr')
changelog=cwm.changelog