aboutsummaryrefslogtreecommitdiffstats
path: root/community/xclock
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-20 10:55:16 +0200
committerprspkt <prspkt@protonmail.com>2019-02-20 11:56:11 +0200
commitc2222694a41572d335ec92ad06d3246c73eb5fa9 (patch)
tree1990631a56b098bc2f66880af47f8f13aebe2b6e /community/xclock
parent985ce7638a1207a4a50bc4b2bc2953c14f40e0c8 (diff)
downloadaports-c2222694a41572d335ec92ad06d3246c73eb5fa9.tar.bz2
aports-c2222694a41572d335ec92ad06d3246c73eb5fa9.tar.xz
community/xclock: upgrade to 1.0.8
Diffstat (limited to 'community/xclock')
-rw-r--r--community/xclock/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xclock/APKBUILD b/community/xclock/APKBUILD
index 8bbc3b1b83..3388aee62d 100644
--- a/community/xclock/APKBUILD
+++ b/community/xclock/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: ScrumpyJack <scrumpyjack@me.com>
# Maintainer: ScrumpyJack <scrumpyjack@me.com>
pkgname=xclock
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=0
pkgdesc="Clock for the X Window System"
-url="http://www.x.org"
+url="https://www.x.org/"
arch="all"
license="MIT"
makedepends="libx11-dev libxft-dev libxrender-dev libxaw-dev
@@ -15,7 +15,7 @@ source="https://www.x.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$_builddir"
+ cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="56689bdae6c83e9e1da5c4c48cf1136ca8b4f45b177f27bc1deeb24758e2c180035b639e8df72e3ebf32dc301bceb59118309fcce2ffab54e5abe9bfa645e607 xclock-1.0.7.tar.bz2"
+sha512sums="1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646 xclock-1.0.8.tar.bz2"