Skip to content

Commit e8def1d

Browse files
👍 BUMP: Bump version to 9.6
- Bump to latest upstream version: - Update aurutils.changelog - Update aurutils.install - Regenerate .SRCINFO file On branch main - Changes to be committed: - modified: .SRCINFO - modified: PKGBUILD - modified: aurutils.changelog - modified: aurutils.install
1 parent 93109ec commit e8def1d

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.SRCINFO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = aurutils
22
pkgdesc = Helper tools for the arch user repository
3-
pkgver = 9.5
3+
pkgver = 9.6
44
pkgrel = 1
55
url = https://github.com/AladW/aurutils
66
install = aurutils.install
@@ -18,7 +18,7 @@ pkgbase = aurutils
1818
optdepends = vifm: default pager
1919
optdepends = zsh: zsh completion
2020
optdepends = ninja: aur-sync ninja support
21-
source = aurutils-9.5.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/9.5.tar.gz
22-
sha512sums = dbafadb5011b8b8576066510276343de5266850703d84bf8f58866d84deb64afc502c7499e929e3f1cdfccbb47ce0fcb588469f643bc2df99e097eb190dc511b
21+
source = aurutils-9.6.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/9.6.tar.gz
22+
sha512sums = ab390f02e5b85ffeb6ddbb81eb145aff6cee26764b291970383c6faafad2909047fc1dcf8cc89fdee207c30bb0648422833d0f1211035a25218f8fcce1fe079b
2323

2424
pkgname = aurutils

PKGBUILD

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# Built from the original AUR package by Alad Wenter, "https://github.com/AladW", and Cedric Girard, "cgirard [dot] archlinux [at] valinor [dot] fr".
4+
35
# Disable various shellcheck rules that produce false positives in this file.
46
# Repository rules should be added to the .shellcheckrc file located in the
57
# repository root directory, see https://github.com/koalaman/shellcheck/wiki
@@ -14,7 +16,7 @@
1416

1517

1618
pkgname=aurutils
17-
pkgver=9.5
19+
pkgver=9.6
1820
pkgrel=1
1921
pkgdesc="Helper tools for the arch user repository"
2022
url="https://github.com/AladW/aurutils"
@@ -26,7 +28,7 @@ source=(
2628
changelog=aurutils.changelog
2729
install=aurutils.install
2830
sha512sums=(
29-
"dbafadb5011b8b8576066510276343de5266850703d84bf8f58866d84deb64afc502c7499e929e3f1cdfccbb47ce0fcb588469f643bc2df99e097eb190dc511b"
31+
"ab390f02e5b85ffeb6ddbb81eb145aff6cee26764b291970383c6faafad2909047fc1dcf8cc89fdee207c30bb0648422833d0f1211035a25218f8fcce1fe079b"
3032
)
3133
depends=(
3234
# Official Arch Linux repositories

aurutils.changelog

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 10
2+
3+
* `aur-build`
4+
+ use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
5+
6+
* `aur-chroot`
7+
+ use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
8+
19
## 9.6
210

311
* `aur-pkglist`
@@ -711,4 +719,3 @@ were part of the 3.0.0 release tarball, but not the 3.0.0 tag. The 3.0.1 tag now
711719
+ add `bash` completion (requires: `bash-completion`)
712720
+ add `zsh` completion in a later release (#458)
713721
* Fixes for known issues in `1.5.3`.
714-

aurutils.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ See the 3.2.0 changelog for more information:
4848
https://github.com/AladW/aurutils/releases/tag/3.2.0
4949
EOF
5050
fi
51-
}
51+
}

0 commit comments

Comments
 (0)