summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2022-02-19 20:16:56 +0100
committerAlad Wenter2022-02-19 20:16:56 +0100
commit538892ec13279690047dba270accb58870e7846f (patch)
tree03becb59a32662837de79718c2962848a233fe95
parent91ab4cf93a02596bc27049264b82cdfc2dfc7a1e (diff)
downloadaur-538892ec13279690047dba270accb58870e7846f.tar.gz
aurutils: 6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--aurutils.changelog6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105e582ab709..02fb62195719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 6.2
+ pkgver = 6.3
pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
@@ -16,7 +16,7 @@ pkgbase = aurutils
optdepends = zsh: zsh completion
optdepends = devtools: aur-chroot
optdepends = vifm: default pager
- source = aurutils-6.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.2.tar.gz
- sha256sums = bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b
+ source = aurutils-6.3.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/6.3.tar.gz
+ sha256sums = 02c9c884d270306cd075fd19dee3945d9b148b5cfcd527618cf6d9778b1cfbd4
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index ac8f66a647cc..a870c3c90936 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=6.2
+pkgver=6.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=('bfb18f3ecc0c921d67815f76a20bec08e0d3e3a0020cad94504c3dec4d7b769b')
+sha256sums=('02c9c884d270306cd075fd19dee3945d9b148b5cfcd527618cf6d9778b1cfbd4')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
diff --git a/aurutils.changelog b/aurutils.changelog
index 0ba20e517526..4509a99d8ef8 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,9 @@
+## 6.3
+
+* `aur-sync`
+ - `--ignore-file` now supports per-repository sections (INI-style)
+ - do not ignore targets when specified on the command-line
+
## 6.2
* `aur-pkglist`