diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-15 19:57:17 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-15 19:57:17 +0300 |
commit | 04ca798628da185d09de7e2b00e14b5a0fcf574e (patch) | |
tree | 9dc946daa2785bcdfe700c89fcbd6e894b211880 /community/xclock | |
parent | 0fc5ffbdfa5c47935085da8557ad06040d239314 (diff) | |
download | aports-04ca798628da185d09de7e2b00e14b5a0fcf574e.tar.bz2 aports-04ca798628da185d09de7e2b00e14b5a0fcf574e.tar.xz |
community/xclock: upgrade to 1.0.9
Diffstat (limited to 'community/xclock')
-rw-r--r-- | community/xclock/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/xclock/APKBUILD b/community/xclock/APKBUILD index 3388aee62d..51a74dbe44 100644 --- a/community/xclock/APKBUILD +++ b/community/xclock/APKBUILD @@ -1,21 +1,18 @@ # Contributor: ScrumpyJack <scrumpyjack@me.com> # Maintainer: ScrumpyJack <scrumpyjack@me.com> pkgname=xclock -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=0 pkgdesc="Clock for the X Window System" url="https://www.x.org/" arch="all" license="MIT" -makedepends="libx11-dev libxft-dev libxrender-dev libxaw-dev - libxkbfile-dev libxmu-dev" +makedepends="libx11-dev libxaw-dev libxft-dev libxkbfile-dev libxmu-dev + libxrender-dev" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2" -builddir="$srcdir/$pkgname-$pkgver" - build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,8 +22,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646 xclock-1.0.8.tar.bz2" +sha512sums="fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d xclock-1.0.9.tar.bz2" |