summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-10-02 14:47:54 +0200
committerAlad Wenter2023-10-02 14:47:54 +0200
commit8e35f605de2c1b556f3e371740ecd4ea15700073 (patch)
tree154069612c4647ed9f7e4af64a64de11fa7e784d
parentf3f6c5c7fe1327552de6c66a4fffdb1d60e55713 (diff)
downloadaur-8e35f605de2c1b556f3e371740ecd4ea15700073.tar.gz
aurutils: v18.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog11
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c989111b914a..3297fc0407fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 18.2
+ pkgver = 18.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-18.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.2.tar.gz
- sha256sums = 8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9
+ source = aurutils-18.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/18.3.tar.gz
+ sha256sums = 7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index 875d5da1e597..3011d54120c9 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.2
+pkgver=18.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=('8dae403da10e5a29163ffe03b9d60d494f5868b19b5669b683cd97e00562d6d9')
+sha256sums=('7b9ca601c836286ecc754808fa46e259b83491eb0f52159a773ac8277c5e42be')
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 0fa5c8d266a3..c206373feee3 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,14 @@
+## 18.3
+
+* `aur-build--pkglist`
+ + do not source `PKGBUILD` in `$PATH` (#1115)
+
+* `aur-repo`
+ + use pacman `DBPath` as `root` (`--sync`)
+
+* `aur-depends`
+ + skip lines with equal `pkgbase` (`--pkgbase`)
+
## 18.2
* `aur-repo`