summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-08-03 16:41:31 +0200
committerAlad Wenter2023-08-03 16:41:31 +0200
commitb11740734e067c29cf36419005f131cb24daaffe (patch)
tree07859cb64c6a113f56447734b1ce3f2ce9b8ff0a
parent56bae5816bf5bc73ce5ab20088179a94f50c6189 (diff)
downloadaur-b11740734e067c29cf36419005f131cb24daaffe.tar.gz
aurutils: 17.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog5
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162707cddfaa..5e3c72b86faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 17.2
+ pkgver = 17.3
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-17.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.2.tar.gz
- sha256sums = 65efed873facf06ec73b012d94c110f35e45d3057eda2bc85983a3c8c6ce2c81
+ source = aurutils-17.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.3.tar.gz
+ sha256sums = 79169df9b40069b6a081519fe757fe18692683cc2bea9a357598b74957329f15
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index e4571d7bf890..d098626b7f40 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=17.2
+pkgver=17.3
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=('65efed873facf06ec73b012d94c110f35e45d3057eda2bc85983a3c8c6ce2c81')
+sha256sums=('79169df9b40069b6a081519fe757fe18692683cc2bea9a357598b74957329f15')
depends=('git' 'pacutils' 'curl' 'perl' 'perl-json-xs' 'bash')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 3e25350f0335..86700111c9bf 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,8 @@
+## 17.3
+
+* `aur-build`
+ + use `printf` instead of `warning` (#1101)
+
## 17.2
* `aur-sync`