summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--aurutils.changelog5
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92659c82463d..d0123f759004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 13
- pkgrel = 2
+ pkgver = 13.1
+ pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
changelog = aurutils.changelog
@@ -20,7 +20,7 @@ pkgbase = aurutils
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
optdepends = setconf: sync-rebuild example script
- source = aurutils-13.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.tar.gz
- sha256sums = 5f1151e249b763d4baf3926cea1eb87aa89b737f457b8daf5be25e5ffa7296de
+ source = aurutils-13.1.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/13.1.tar.gz
+ sha256sums = ca9e89aee3de24c410b85342f30756d3be2536ac057f2da067a3197abc5165c4
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 21caa1475a07..7966535624cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
# Co-Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
pkgname=aurutils
-pkgver=13
-pkgrel=2
+pkgver=13.1
+pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
@@ -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=('5f1151e249b763d4baf3926cea1eb87aa89b737f457b8daf5be25e5ffa7296de')
+sha256sums=('ca9e89aee3de24c410b85342f30756d3be2536ac057f2da067a3197abc5165c4')
depends=('git' 'pacutils' 'curl' 'perl')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 093b323f412d..bd355ed4fc48 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,8 @@
+## 13.1
+
+* `aur-fetch`
+ + fix regression for `aur-fetch--mirror`
+
## 13
* `aur-build`