summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-09-18 16:06:18 +0200
committerAlad Wenter2023-09-18 16:06:18 +0200
commitf3f6c5c7fe1327552de6c66a4fffdb1d60e55713 (patch)
treeced74b86b8ad17f64effb2cf8cfaea50ecd4911a
parent06ff8892e636d237d7ec3a39d955476d27b60e2d (diff)
downloadaur-f3f6c5c7fe1327552de6c66a4fffdb1d60e55713.tar.gz
aurutils: v18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog16
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59ee413c73d..c989111b914a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 18
+ pkgver = 18.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-18.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.tar.gz
- sha256sums = 4f8a99efdd57d1ddfb0190419324cf6586a5fd54cc70947a394cb6a4f27d283e
+ source = aurutils-18.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.2.tar.gz
+ sha256sums = 8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index effd34e54cc2..875d5da1e597 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=18
+pkgver=18.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=('4f8a99efdd57d1ddfb0190419324cf6586a5fd54cc70947a394cb6a4f27d283e')
+sha256sums=('8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9')
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 2cb4b61cea9a..0fa5c8d266a3 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,19 @@
+## 18.2
+
+* `aur-repo`
+ + do not require `file://` path for specified repository (#1113)
+
+* `aur-depends`
+ + fix regression introduced in v18 (#1112)
+
+* `aur-build`
+ + fix `--temp` (#1111)
+
+## 18.1
+
+* `aur-chroot`
+ + remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18
+
## 18
* `aur-build`