diff options
Diffstat (limited to 'testing/tuptime/APKBUILD')
-rw-r--r-- | testing/tuptime/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/tuptime/APKBUILD b/testing/tuptime/APKBUILD index c55a7c2df8..4425dbc308 100644 --- a/testing/tuptime/APKBUILD +++ b/testing/tuptime/APKBUILD @@ -2,18 +2,18 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=tuptime pkgver=3.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Report the historical and statistical real time of the system" url="https://github.com/rfrail3/tuptime" arch="noarch" license="GPL-2.0-only" depends="python3" +install="$pkgname-openrc.pre-install" subpackages="$pkgname-doc $pkgname-openrc" options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/rfrail3/$pkgname/archive/$pkgver.tar.gz $pkgname.cron - $pkgname.pre-install - $pkgname.post-install" + $pkgname-openrc.pre-install" builddir="$srcdir/$pkgname-$pkgver" @@ -27,5 +27,4 @@ package() { sha512sums="c90e11a7d5dbee83325d4793316ccfa46b3f5ebe0914b6100757412b92446367070dca25b7fed3f4b7d8f08565dfc7c4e4e4027206b9dcfbb5b8942d36d94938 tuptime-3.4.2.tar.gz d3a3f7820c2fbbc3a13412740934b5b62af462c35a9354a2f0d16b76500a406ea86dbec2cf368a24191df6c0221a8e6efff0dbf3e635af854cbe84eb6fe5630e tuptime.cron -3ae52b4bfcac851dd9a649ddcc66358bc345bf83cee063223c33a19658a47106af471bdc5f1c5cb042a551432574ab1c2fb4e61dec6a15b2b06785764f66bcdf tuptime.pre-install -6e6b8cef664cde72d6d157889ef377dcd8de91c8a4dcb5ddb909aa5b23f7e50fd7efe744ce66a00d53034d8d93045b2ccf0f96dc334e19d4ca5d8c312e673c87 tuptime.post-install" +efbbd7fb8e00b68fd82bb30e89a0f419a4bdb845b2d76521bd83080bfaee2ef400a80569a383b98ade3f611608f367ca2c8ac105f6a8f3787016a8f160590bb5 tuptime-openrc.pre-install" |