From 7d5725175507fab5122d64cf4318cad27ac02cd7 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 4 Feb 2020 01:26:56 +0100 Subject: community/dateutils: upgrade to 0.4.7 --- community/dateutils/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/community/dateutils/APKBUILD b/community/dateutils/APKBUILD index f931d4b104..e249c8ec9b 100644 --- a/community/dateutils/APKBUILD +++ b/community/dateutils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=dateutils -pkgver=0.4.6 +pkgver=0.4.7 pkgrel=0 pkgdesc="Utilities for fast date-time calculations and conversion" url="http://hroptatyr.github.com/dateutils/" @@ -9,12 +9,10 @@ arch="all" license="BSD-3-Clause" makedepends="m4 texinfo automake autoconf linux-headers" subpackages="$pkgname-doc" -source="https://bitbucket.org/hroptatyr/$pkgname/downloads/$pkgname-${pkgver}.tar.xz +source="https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-$pkgver.tar.xz remove-sysctl-include.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,9 +25,8 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb dateutils-0.4.6.tar.xz +sha512sums="480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666 dateutils-0.4.7.tar.xz a31647222867996e23fa8066d13cfe19a4aac7d9ec86b0f998665ba60883454a1843edabd9f49af4a313a582b33cb043b8dead66cbdb4b72bd4918fac435543d remove-sysctl-include.patch" -- cgit v1.2.3