* update asp to 7-1

This commit is contained in:
Alexander Baldeck 2021-04-30 14:29:22 +02:00
parent 15c2b1559e
commit aed682edef

View File

@ -1,8 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Dave Reisner <d@falconindy.com> # Maintainer: Dave Reisner <d@falconindy.com>
pkgname=asp pkgname=asp
pkgver=6 pkgver=7
pkgrel=2 pkgrel=1
pkgdesc="Arch Linux build source file management tool" pkgdesc="Arch Linux build source file management tool"
arch=(any) arch=(any)
url="https://github.com/falconindy/asp" url="https://github.com/falconindy/asp"
@ -10,7 +11,8 @@ license=(MIT)
depends=(awk bash jq git libarchive) depends=(awk bash jq git libarchive)
makedepends=(asciidoc) makedepends=(asciidoc)
source=("git+https://github.com/falconindy/asp.git#tag=v$pkgver?signed") source=("git+https://github.com/falconindy/asp.git#tag=v$pkgver?signed")
validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53') # Dave Reisner validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53' # Dave Reisner
'E499C79F53C96A54E572FEE1C06086337C50773E') # Jelle van der Waa
md5sums=('SKIP') md5sums=('SKIP')
build() { build() {