diff options
Diffstat (limited to 'community/xclock')
-rw-r--r-- | community/xclock/APKBUILD | 8 |
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" |