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

Sébastien Luttringer seblu at archlinux.org
Sat Apr 25 15:18:44 UTC 2020


    Date: Saturday, April 25, 2020 @ 15:18:44
  Author: seblu
Revision: 381568

Fix FS#66375

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 14:31:55 UTC (rev 381567)
+++ PKGBUILD	2020-04-25 15:18:44 UTC (rev 381568)
@@ -12,9 +12,9 @@
 depends=('glibc' 'ncurses' 'pcre')
 validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
 source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
-        "$pkgname-$pkgver.tar.gz::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
-md5sums=('4ad4408b06d7a6626a055cb453f36819'
-         '4ad4408b06d7a6626a055cb453f36819')
+        "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
+sha256sums=('ff165275859381a63f19135a8f1f6c5a194d53ec3187f94121ecd8ef0795fe3d'
+            'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list