summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--aurutils.changelog6
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4c353ed384..93f9e601815f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 15.3
+ pkgver = 15.4
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -19,8 +19,9 @@ pkgbase = aurutils
optdepends = ninja: aur-sync ninja support
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
- optdepends = setconf: sync-rebuild example script
- source = aurutils-15.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.3.tar.gz
- sha256sums = d9a1c8ac1c1773592e3197f8b352f808aec8d5b9fbde330ae7a675a1149a93fa
+ optdepends = python-srcinfo: sync-rebuild example script
+ optdepends = python-pyxdg: sync-rebuild example script
+ source = aurutils-15.4.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/15.4.tar.gz
+ sha256sums = 4c1e6cd3c4ee52e81ad46ee4e4a14af7c6dcae450602c68c305b748855e162ac
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 85ddb79b63a8..8c0d05257940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=aurutils
-pkgver=15.3
+pkgver=15.4
pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
@@ -10,7 +10,7 @@ license=('custom:ISC')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
-sha256sums=('d9a1c8ac1c1773592e3197f8b352f808aec8d5b9fbde330ae7a675a1149a93fa')
+sha256sums=('4c1e6cd3c4ee52e81ad46ee4e4a14af7c6dcae450602c68c305b748855e162ac')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
@@ -20,7 +20,8 @@ optdepends=('bash-completion: bash completion'
'ninja: aur-sync ninja support'
'bat: view-delta example script'
'git-delta: view-delta example script'
- 'setconf: sync-rebuild example script')
+ 'python-srcinfo: sync-rebuild example script'
+ 'python-pyxdg: sync-rebuild example script')
build() {
cd "$pkgname-$pkgver"
diff --git a/aurutils.changelog b/aurutils.changelog
index be5b39c18f9f..7452c55c3743 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,9 @@
+## 15.4
+
+* `examples`
+ + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
+ + `sync-rebuild` python rewrite
+
## 15.3
* `aur-pkglist`, `aur-view`, `aur-search`