Date: Monday, April 10, 2023 @ 12:58:36 Author: jelle Revision: 1444302
upgpkg: timew 1.5.0-1 Modified: timew/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 12:46:49 UTC (rev 1444301) +++ PKGBUILD 2023-04-10 12:58:36 UTC (rev 1444302) @@ -2,8 +2,8 @@ # Contributor: Joost Bremmer <toost dot b at gmail dot com> pkgname=timew -pkgver=1.4.3 -pkgrel=3 +pkgver=1.5.0 +pkgrel=1 pkgdesc="Timewarrior, A command line time tracking application" arch=('x86_64') url="https://timewarrior.net/" @@ -13,7 +13,7 @@ 'python: Holiday refresh script') install=$pkgname.install source=("https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${pkgver}/timew-${pkgver}.tar.gz") -sha256sums=('c4df7e306c9a267c432522c37958530b8fd6e5a410c058f575e25af4d8c7ca53') +sha256sums=('51e7c2c772837bbd6d56da8d16506c4b6de8644166e0b5234ad36ae6a70dd4f6') build() { cd "${pkgname}-${pkgver}"