Date: Sunday, February 18, 2018 @ 23:38:29
  Author: seblu
Revision: 317264

upgpkg: less 530-1

Modified:
  less/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-18 22:22:19 UTC (rev 317263)
+++ PKGBUILD    2018-02-18 23:38:29 UTC (rev 317264)
@@ -4,7 +4,7 @@
 # Contributor: judd <jvi...@zeroflux.org>
 
 pkgname=less
-pkgver=487
+pkgver=530
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -13,8 +13,10 @@
 groups=('base')
 depends=('glibc' 'ncurses' 'pcre')
 validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
-source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('dcc8bf183a83b362d37fe9ef8df1fb60'
+_tarball=$pkgname-$pkgver.tar.gz
+source=("http://www.greenwoodsoftware.com/$pkgname/$_tarball";
+        
"$_tarball.sig::http://www.greenwoodsoftware.com/$pkgname/$_tarball.sig";)
+md5sums=('6a39bccf420c946b0fd7ffc64961315b'
          'SKIP')
 
 build() {

Reply via email to