upgpkg: aurutils 2.3.0-1

upstream release
This commit is contained in:
Cedric Girard 2019-02-19 17:43:54 +01:00
parent 11c937e2f9
commit afba6a5596
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 2.2.1
pkgver = 2.3.0
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@ -17,11 +17,9 @@ pkgbase = aurutils
optdepends = devtools: aur-chroot
optdepends = vifm: build file interaction
optdepends = xdelta3: generate delta files
source = aurutils-2.2.1.tar.gz::https://github.com/AladW/aurutils/archive/2.2.1.tar.gz
source = aurutils-2.2.1.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.2.1/2.2.1.tar.gz.asc
source = aurutils-2.3.0.tar.gz::https://github.com/AladW/aurutils/archive/2.3.0.tar.gz
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
sha256sums = 253795fef90bb00fa927d0472c4926bf87090ed089b7d77ff0568f166c738b60
sha256sums = SKIP
sha256sums = 90635ac9445a85e3f2a889d7bc0c15821e104c9cb894d8a69e0d3c01b8319863
pkgname = aurutils

View File

@ -1,21 +1,21 @@
# Maintainer: Alad Wenter <alad@archlinux.org>
# Co-Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
pkgname=aurutils
pkgver=2.2.1
pkgver=2.3.0
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
"$pkgname-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
#"$pkgname-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc")
install=$pkgname.install
depends=('git' 'jq' 'expac' 'diffstat' 'pacutils' 'parallel' 'wget')
optdepends=('bash-completion: bash completion'
'devtools: aur-chroot'
'vifm: build file interaction'
'xdelta3: generate delta files')
sha256sums=('253795fef90bb00fa927d0472c4926bf87090ed089b7d77ff0568f166c738b60'
'SKIP')
sha256sums=('90635ac9445a85e3f2a889d7bc0c15821e104c9cb894d8a69e0d3c01b8319863')
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
build() {