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

Sébastien Luttringer seblu at archlinux.org
Thu May 17 00:22:58 UTC 2018


    Date: Thursday, May 17, 2018 @ 00:22:57
  Author: seblu
Revision: 323285

security update

- https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/
- remove the revoked gpg key

Modified:
  hardlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 23:59:00 UTC (rev 323284)
+++ PKGBUILD	2018-05-17 00:22:57 UTC (rev 323285)
@@ -6,13 +6,11 @@
 pkgrel=1
 pkgdesc='Replace file copies using hardlinks'
 arch=('x86_64')
-url='http://jak-linux.org/projects/hardlink/'
+url='https://jak-linux.org/projects/hardlink/'
 license=('custom: MIT')
 depends=('glibc' 'pcre')
-validpgpkeys=('D9D9754A4BBA2E7D0A0AC024AC2A5FFE00823EC2') # Julian Andres Klode
-source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz"{,.asc})
-md5sums=('72f1a460adb6874c151deab766e434ad'
-         'SKIP')
+source=("https://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz")
+md5sums=('72f1a460adb6874c151deab766e434ad')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list