summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-06-28 08:47:17 +0200
committerAlad Wenter2023-06-28 08:47:17 +0200
commitf8ca495c402de2c3c6e8b7f1fdfea523da04ca9e (patch)
tree2fef17bd4defef13147ceec3b4309b03f66e3416
parent3f484583ca44c273e0e6901dc418e7e1cca99872 (diff)
downloadaur-f8ca495c402de2c3c6e8b7f1fdfea523da04ca9e.tar.gz
aurutils: v17.1
-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 35d7d1483e52..02a98bfd1ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 17
+ pkgver = 17.1b
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.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.tar.gz
- sha256sums = f1a0054cdc7c7bb4ad5d522064ce3eeff3e76b3dc9fbc6648a17d8333b32cdf9
+ source = aurutils-17.1b.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.1b.tar.gz
+ sha256sums = 988da28eb4e1135061119ff3c687f18121246a987dd2ca80a7dfa2acc72334f8
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 12894338e6a2..0ca58a756b09 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
+pkgver=17.1b
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=('f1a0054cdc7c7bb4ad5d522064ce3eeff3e76b3dc9fbc6648a17d8333b32cdf9')
+sha256sums=('988da28eb4e1135061119ff3c687f18121246a987dd2ca80a7dfa2acc72334f8')
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 3dd36bbfa632..7f119b930b68 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,8 @@
+## 17.1
+
+* `examples`
+ + add `--vcs` for `sync-rebuild`
+
## 17
* `aur-sync`