From e6388a109ebc29ebd09309cb97e786afffec46bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 1 Dec 2018 09:29:06 +0100 Subject: [PATCH] rkt: rebuild for metadata --- srcpkgs/rkt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rkt/template b/srcpkgs/rkt/template index 67a5539c0a2..188dfe52226 100644 --- a/srcpkgs/rkt/template +++ b/srcpkgs/rkt/template @@ -1,7 +1,7 @@ # Template file for 'rkt' pkgname=rkt version=1.30.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake wget cpio squashfs-tools bc gnupg git go" makedepends="acl-devel zlib-devel libressl-devel" @@ -10,7 +10,7 @@ short_desc="App Container runtime for Linux" maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://github.com/coreos/rkt" -distfiles="$homepage/archive/v$version.tar.gz" +distfiles="https://github.com/coreos/rkt/archive/v${version}.tar.gz" checksum=4d22c742b87d15c226cc28970c7daf66a64c6a95af9d752f5b72d9a4012aca1d patch_args="-Np1"