summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41c45df06d06..abdaf3ede3ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tmplt <tmplt@dragons.rocks>
pkgname=katriawm
-pkgver=23.06
+pkgver=23.08
pkgrel=1
pkgdesc="non-reparenting, dynamic window manager for X11 with decorations"
arch=("i686" "x86_64")
@@ -40,5 +40,4 @@ package() {
cd "${pkgname}/src"
make prefix=/usr DESTDIR=${pkgdir} install
install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 ../README "${pkgdir}/usr/share/doc/${pkgname}/README"
}