diff options
Diffstat (limited to 'user/oclock')
-rw-r--r-- | user/oclock/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/oclock/APKBUILD b/user/oclock/APKBUILD index 58369a584..8a1454a32 100644 --- a/user/oclock/APKBUILD +++ b/user/oclock/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=oclock -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=0 pkgdesc="The original round X11 clock applet" url="https://www.X.Org/" @@ -10,7 +10,7 @@ license="X11" depends="" makedepends="libx11-dev libxext-dev libxkbfile-dev libxmu-dev libxt-dev" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/oclock-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.xz" build() { ./configure \ @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7 oclock-1.0.4.tar.bz2" +sha512sums="a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff oclock-1.0.5.tar.xz" |