[arch-commits] Commit in when/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Jun 20 16:14:25 UTC 2020


    Date: Saturday, June 20, 2020 @ 16:14:24
  Author: spupykin
Revision: 648615

upgpkg: when 1.1.40-2

Modified:
  when/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 16:14:16 UTC (rev 648614)
+++ PKGBUILD	2020-06-20 16:14:24 UTC (rev 648615)
@@ -3,17 +3,18 @@
 
 pkgname=when
 pkgver=1.1.40
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple commandline personal calendar program"
 arch=('any')
 url="http://www.lightandmatter.com/when/when.html"
 license=('GPL')
 depends=('perl')
-makedepends=('git')
-source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c")
-sha256sums=('SKIP')
+#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=('1363d48c32c4bb528514abf012ae0a61e7c686504a047ce870e72e791447c3d1')
 
 package() {
-  cd "$srcdir"/when
+  cd "$srcdir"/when-$pkgver
   make install DESTDIR="${pkgdir}"
 }



More information about the arch-commits mailing list