aurutils: v19.6
This commit is contained in:
parent
586b7a8102
commit
af4e4f1f49
3 changed files with 52 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,12 +1,12 @@
|
|||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 19.5
|
||||
pkgver = 19.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
install = aurutils.install
|
||||
changelog = aurutils.changelog
|
||||
arch = any
|
||||
license = custom:ISC
|
||||
license = ISC
|
||||
depends = git
|
||||
depends = pacutils
|
||||
depends = curl
|
||||
|
@ -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-19.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.5.tar.gz
|
||||
sha256sums = 26d00c1f3cdcef92962bcf92649416760fb935fea86fdd13439e4ce4873dcc37
|
||||
source = aurutils-19.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/19.6.tar.gz
|
||||
sha256sums = 792356b49c2dc0e6f700e67a5076567b1df54ec85d55bda6b48401ce02b678bf
|
||||
|
||||
pkgname = aurutils
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,16 +3,16 @@
|
|||
# Co-Maintainer: zoorat <zoorat [at] protonmail [dot] com>
|
||||
|
||||
pkgname=aurutils
|
||||
pkgver=19.5
|
||||
pkgver=19.6
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
url='https://github.com/AladW/aurutils'
|
||||
arch=('any')
|
||||
license=('custom:ISC')
|
||||
license=('ISC')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
|
||||
changelog=aurutils.changelog
|
||||
install=aurutils.install
|
||||
sha256sums=('26d00c1f3cdcef92962bcf92649416760fb935fea86fdd13439e4ce4873dcc37')
|
||||
sha256sums=('792356b49c2dc0e6f700e67a5076567b1df54ec85d55bda6b48401ce02b678bf')
|
||||
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
|
||||
optdepends=('bash-completion: bash completion'
|
||||
'zsh: zsh completion'
|
||||
|
|
|
@ -1,3 +1,48 @@
|
|||
## 19.6
|
||||
|
||||
* `aur-graph`
|
||||
+ add `REVERSE`
|
||||
|
||||
* `aur-sync`
|
||||
+ fix `--optdepends` dependency order (#1164)
|
||||
|
||||
* `aur-view`
|
||||
+ diff from `/dev/null` on invalid revision (#1162)
|
||||
|
||||
* `perl`
|
||||
+ `AUR::Depends`: warn about targets that are not found, refactor (#1165)
|
||||
|
||||
## 19.5
|
||||
|
||||
* `aur-repo`
|
||||
+ print `[]` for no matches with `-Js` (#1153)
|
||||
|
||||
* `aur-repo-parse`
|
||||
+ do not emit repo filename suffix for `Repository` key (#1158)
|
||||
|
||||
* `man1`
|
||||
+ `ccache` with `aur-chroot` needs `--bind-rw` (#1156)
|
||||
|
||||
## 19.4
|
||||
|
||||
* `aur-sync`
|
||||
+ add error if `aur-build --status` fails
|
||||
|
||||
* `aur-build`
|
||||
+ add error if `aur-repo --status` or `aur-chroot --status` fails
|
||||
|
||||
* `perl`
|
||||
+ `AUR::Repo`: add `parse_db_file()`
|
||||
|
||||
## 19.3
|
||||
|
||||
* Revert 19.2
|
||||
|
||||
## 19.2
|
||||
|
||||
* `aur-chroot`
|
||||
+ add diagnostic when devtools is not installed
|
||||
|
||||
## 19.1
|
||||
|
||||
* `aur-sync`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue