Date: Thursday, April 20, 2023 @ 21:38:22 Author: spupykin Revision: 1448078
upgpkg: when 1.1.45-1 Modified: when/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-20 21:38:11 UTC (rev 1448077) +++ PKGBUILD 2023-04-20 21:38:22 UTC (rev 1448078) @@ -2,7 +2,7 @@ # Contributor: Charles Mauch <[email protected]> pkgname=when -pkgver=1.1.44 +pkgver=1.1.45 pkgrel=1 pkgdesc="A simple commandline personal calendar program" arch=('any') @@ -9,12 +9,11 @@ url="http://www.lightandmatter.com/when/when.html" license=('GPL') depends=('perl') -#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=('de8334d97a106b9e3aad42d0a169e46e276db0935b3e4239403730eadcb41cbb') +makedepends=('git') +source=("git+https://bitbucket.org/ben-crowell/when.git#tag=$pkgver") +sha256sums=('SKIP') package() { - cd "$srcdir"/when-$pkgver + cd "$srcdir"/when make install DESTDIR="${pkgdir}" }
