aboutsummaryrefslogtreecommitdiffstats
path: root/community/dateutils
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-04 01:26:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-04 01:57:38 +0100
commit7d5725175507fab5122d64cf4318cad27ac02cd7 (patch)
tree67f5e18d24d1f31769cafca8d1eb55b14b568904 /community/dateutils
parent7500bf9cb9cb7526c1266891af446f47fecddbb5 (diff)
community/dateutils: upgrade to 0.4.7
Diffstat (limited to 'community/dateutils')
-rw-r--r--community/dateutils/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/dateutils/APKBUILD b/community/dateutils/APKBUILD
index f931d4b104c..e249c8ec9bb 100644
--- a/community/dateutils/APKBUILD
+++ b/community/dateutils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
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"