upgpkg: aurutils 2.3.0-1

upstream release
This commit is contained in:
Cedric Girard 2019-02-19 17:43:54 +01:00
parent b630e598fe
commit d268dc0bfb
2 changed files with 8 additions and 10 deletions

View file

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

View file

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