[arch-commits] Commit in kconfig-hardened-check/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Aug 27 15:54:37 UTC 2019


    Date: Tuesday, August 27, 2019 @ 15:54:37
  Author: jelle
Revision: 503304

Use tarball source

Modified:
  kconfig-hardened-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 15:48:05 UTC (rev 503303)
+++ PKGBUILD	2019-08-27 15:54:37 UTC (rev 503304)
@@ -7,10 +7,9 @@
 url="https://github.com/a13xp0p0v/kconfig-hardened-check"
 arch=(any)
 license=(GPL3)
-makedepends=(git)
 depends=(python)
-source=("$pkgname-$pkgver::git+https://github.com/a13xp0p0v/kconfig-hardened-check.git#tag=v$pkgver")
-sha256sums=('SKIP')
+source=($pkgname-$pkgver::https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v$pkgver.tar.gz)
+sha256sums=('0175baaa7bf012b7e94378923058cd7857b8ecc9f726b256705fd55ad02c3114')
 
 package() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list