update to 2.0.1
This commit is contained in:
parent
b5c2fcd6f2
commit
4952956650
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.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.0.0
|
pkgver = 2.0.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
install = aurutils.install
|
install = aurutils.install
|
||||||
|
@ -17,10 +17,10 @@ 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.0.0.tar.gz::https://github.com/AladW/aurutils/archive/2.0.0.tar.gz
|
source = aurutils-2.0.1.tar.gz::https://github.com/AladW/aurutils/archive/2.0.1.tar.gz
|
||||||
source = aurutils-2.0.0.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.0.0/2.0.0.tar.gz.asc
|
source = aurutils-2.0.1.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.0.1/2.0.1.tar.gz.asc
|
||||||
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
|
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
|
||||||
sha256sums = 64e0785d08b83e75f9ca37a035c853a8d56fec68b01508f56fcc2f81a714755a
|
sha256sums = 935bebbcc586282ca96570591194dcf2745b49e883b703ad514a5c2c88465104
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Alad Wenter <alad@archlinux.org>
|
# Maintainer: Alad Wenter <alad@archlinux.org>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=2.0.0
|
pkgver=2.0.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'
|
||||||
|
@ -14,7 +14,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=('64e0785d08b83e75f9ca37a035c853a8d56fec68b01508f56fcc2f81a714755a'
|
sha256sums=('935bebbcc586282ca96570591194dcf2745b49e883b703ad514a5c2c88465104'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue