From d060e73893217fbb7be094289b28022b5a57b728 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Thu, 7 Sep 2017 15:56:05 +0200 Subject: [PATCH] aurutils: add GPG signature --- .SRCINFO | 9 +++++---- PKGBUILD | 15 +++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5bc62ca..b7ee02c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ # Generated by mksrcinfo v8 -# Wed Mar 8 21:57:17 UTC 2017 +# Thu Sep 7 13:55:55 UTC 2017 pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 1.5.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/AladW/aurutils arch = any license = ISC - checkdepends = shellcheck makedepends = git depends = pacman>=5 depends = git @@ -19,7 +18,9 @@ pkgbase = aurutils optdepends = parallel: threaded downloads optdepends = expac: aursift script optdepends = repose: repo-add alternative - source = aurutils-1.5.3::git+https://github.com/AladW/aurutils#commit=01cbab783489eefc1859287bd0cb898de40c8100 + source = aurutils-1.5.3.tar.gz::https://github.com/AladW/aurutils/archive/1.5.3.tar.gz + source = aurutils-1.5.3.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/1.5.3/1.5.3.tar.gz.asc + sha256sums = a09088a460e352179dbf799d915e866af47aa280474a9c943f8e6885490734c5 sha256sums = SKIP pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index 77db860..53b2f6b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,12 @@ +# Maintainer: Alad Wenter pkgname=aurutils pkgver=1.5.3 -_commit=01cbab783489eefc1859287bd0cb898de40c8100 # 1.5.3 -pkgrel=2 +pkgrel=3 pkgdesc='helper tools for the arch user repository' arch=('any') -url=https://github.com/AladW/aurutils +url='https://github.com/AladW/aurutils' license=('ISC') depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4') -checkdepends=('shellcheck') makedepends=('git') optdepends=('devtools: systemd-nspawn support' 'vifm: build file interaction' @@ -15,8 +14,12 @@ optdepends=('devtools: systemd-nspawn support' 'parallel: threaded downloads' 'expac: aursift script' 'repose: repo-add alternative') -source=("$pkgname-$pkgver::git+$url#commit=$_commit") -sha256sums=('SKIP') +source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" + "$pkgname-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc") +sha256sums=('a09088a460e352179dbf799d915e866af47aa280474a9c943f8e6885490734c5' + 'SKIP') +# Alad Wenter +validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') package() { cd "$pkgname-$pkgver"