aboutsummaryrefslogtreecommitdiffstats
path: root/community/twm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/twm/APKBUILD')
-rw-r--r--community/twm/APKBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/twm/APKBUILD b/community/twm/APKBUILD
index de3841109ec..7a2152ab25a 100644
--- a/community/twm/APKBUILD
+++ b/community/twm/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer:
pkgname=twm
-pkgver=1.0.10
+pkgver=1.0.12
pkgrel=1
pkgdesc="Tom's or Tab Window Manager for the X Window System"
url="https://www.x.org/archive/X11R6.8.1/doc/twm.1.html"
@@ -11,7 +11,12 @@ options="!check" # No test suite.
makedepends="bison util-macros libxext-dev libx11-dev libxt-dev libice-dev
libxmu-dev"
subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/app/twm-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/app/twm-$pkgver.tar.xz"
+
+prepare() {
+ default_prepare
+ update_config_sub
+}
build() {
./configure \
@@ -26,4 +31,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e twm-1.0.10.tar.bz2"
+sha512sums="
+f3d68df7e06516f6b74f19181efcfd9db2479c8ea0c72c3a6ed0dc1b222405b40d81a2dea17b662955e0c1783e87d0d3eb067c3b6e7c6eed8c0d38d03d362260 twm-1.0.12.tar.xz
+"