upgpkg: aurutils 2.3.1-1
upstream release
This commit is contained in:
parent
d268dc0bfb
commit
3525f4ff1c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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.3.0
|
pkgver = 2.3.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
install = aurutils.install
|
install = aurutils.install
|
||||||
|
@ -17,9 +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.3.0.tar.gz::https://github.com/AladW/aurutils/archive/2.3.0.tar.gz
|
source = aurutils-2.3.1.tar.gz::https://github.com/AladW/aurutils/archive/2.3.1.tar.gz
|
||||||
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
|
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
|
||||||
sha256sums = 90635ac9445a85e3f2a889d7bc0c15821e104c9cb894d8a69e0d3c01b8319863
|
sha256sums = 2e8c7656c620c1c8ded07e20cc9e9cb37d7a4bb234c9f5bd166a2e3887d3db65
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alad Wenter <alad@archlinux.org>
|
# Maintainer: Alad Wenter <alad@archlinux.org>
|
||||||
# Co-Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
|
# Co-Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=2.3.0
|
pkgver=2.3.1
|
||||||
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'
|
||||||
|
@ -15,7 +15,7 @@ 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=('90635ac9445a85e3f2a889d7bc0c15821e104c9cb894d8a69e0d3c01b8319863')
|
sha256sums=('2e8c7656c620c1c8ded07e20cc9e9cb37d7a4bb234c9f5bd166a2e3887d3db65')
|
||||||
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue