Date: Monday, August 29, 2022 @ 20:17:29 Author: spupykin Revision: 1285838
upgpkg: when 1.1.43-1 Modified: when/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 20:17:07 UTC (rev 1285837) +++ PKGBUILD 2022-08-29 20:17:29 UTC (rev 1285838) @@ -2,7 +2,7 @@ # Contributor: Charles Mauch <[email protected]> pkgname=when -pkgver=1.1.42 +pkgver=1.1.43 pkgrel=1 pkgdesc="A simple commandline personal calendar program" arch=('any') @@ -12,7 +12,7 @@ #makedepends=('git') #source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c") source=("$pkgname-$pkgver.tar.gz::https://github.com/bcrowell/when/archive/$pkgver.tar.gz") -sha256sums=('85a8ab4df5482de7be0eb5fe1e90f738dfb8c721f2d86725dc19369b89dd839d') +sha256sums=('ddc3332aeadb4b786182128d3b04db38176b59969ae6980a7187d40b14528576') package() { cd "$srcdir"/when-$pkgver
