updating to v18.5
This commit is contained in:
parent
8e35f605de
commit
77ea360a1f
3 changed files with 20 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 18.3
|
||||
pkgver = 18.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
install = aurutils.install
|
||||
|
@ -21,7 +21,7 @@ pkgbase = aurutils
|
|||
optdepends = bat: view-delta example script
|
||||
optdepends = git-delta: view-delta example script
|
||||
optdepends = python-srcinfo: sync-rebuild example script
|
||||
source = aurutils-18.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.3.tar.gz
|
||||
sha256sums = 7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be
|
||||
source = aurutils-18.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.5.tar.gz
|
||||
sha256sums = b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118
|
||||
|
||||
pkgname = aurutils
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,9 @@
|
|||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
|
||||
|
||||
pkgname=aurutils
|
||||
pkgver=18.3
|
||||
pkgver=18.5
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
url='https://github.com/AladW/aurutils'
|
||||
|
@ -10,7 +12,7 @@ license=('custom:ISC')
|
|||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
changelog=aurutils.changelog
|
||||
install=aurutils.install
|
||||
sha256sums=('7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be')
|
||||
sha256sums=('b2a5a9dcd9b65acce9db9924293c6ed36f14d559f9337b75b0281503c2c6a118')
|
||||
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
|
||||
optdepends=('bash-completion: bash completion'
|
||||
'zsh: zsh completion'
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
## 18.5
|
||||
|
||||
* `aur-repo`
|
||||
+ prefix pacman.conf in error messages (#1118)
|
||||
|
||||
* `aur-build`
|
||||
+ propagate `--pacman-conf` to local repository upgrade
|
||||
|
||||
## 18.4
|
||||
|
||||
* `aur-repo`
|
||||
+ fix incomplete output with `--search` (`--json`, #1120)
|
||||
|
||||
## 18.3
|
||||
|
||||
* `aur-build--pkglist`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue