summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-07-02 20:18:02 +0200
committerAlad Wenter2023-07-02 20:18:02 +0200
commit56bae5816bf5bc73ce5ab20088179a94f50c6189 (patch)
treefad158818fe56d13848a72b74efd772e320c0210
parentf8ca495c402de2c3c6e8b7f1fdfea523da04ca9e (diff)
downloadaur-56bae5816bf5bc73ce5ab20088179a94f50c6189.tar.gz
aurutils: v17.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog8
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a98bfd1ca1..162707cddfaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 17.1b
+ pkgver = 17.2
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.1b.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.1b.tar.gz
- sha256sums = 988da28eb4e1135061119ff3c687f18121246a987dd2ca80a7dfa2acc72334f8
+ source = aurutils-17.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.2.tar.gz
+ sha256sums = 65efed873facf06ec73b012d94c110f35e45d3057eda2bc85983a3c8c6ce2c81
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 0ca58a756b09..e4571d7bf890 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.1b
+pkgver=17.2
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=('988da28eb4e1135061119ff3c687f18121246a987dd2ca80a7dfa2acc72334f8')
+sha256sums=('65efed873facf06ec73b012d94c110f35e45d3057eda2bc85983a3c8c6ce2c81')
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 7f119b930b68..3e25350f0335 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,11 @@
+## 17.2
+
+* `aur-sync`
+ + remove repository write check
+
+* `examples`
+ + rename `sync-rebuild --vcs` to `--pkgver`
+
## 17.1
* `examples`