aurutils: add GPG signature
This commit is contained in:
parent
57096be3d7
commit
d060e73893
2 changed files with 14 additions and 10 deletions
9
.SRCINFO
9
.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
|
||||
|
|
15
PKGBUILD
15
PKGBUILD
|
@ -1,13 +1,12 @@
|
|||
# Maintainer: Alad Wenter <alad@mailbox.org>
|
||||
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 <alad@mailbox.org>
|
||||
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A')
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue