summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2023-06-26 14:37:21 +0200
committerAlad Wenter2023-06-26 14:37:21 +0200
commit3f484583ca44c273e0e6901dc418e7e1cca99872 (patch)
tree50a007d70606ae933b61f586c02e1165e0cd0a2c
parentc07b5215df935cfe02f5c47411d2d717d9bb6aab (diff)
downloadaur-3f484583ca44c273e0e6901dc418e7e1cca99872.tar.gz
update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
-rw-r--r--aurutils.changelog14
3 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83db79d906b1..35d7d1483e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,6 @@ pkgbase = aurutils
optdepends = bat: view-delta example script
optdepends = git-delta: view-delta example script
optdepends = python-srcinfo: sync-rebuild example script
- optdepends = python-pyxdg: sync-rebuild example script
source = aurutils-17.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/17.tar.gz
sha256sums = f1a0054cdc7c7bb4ad5d522064ce3eeff3e76b3dc9fbc6648a17d8333b32cdf9
diff --git a/PKGBUILD b/PKGBUILD
index b199efb7e193..12894338e6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,7 @@ optdepends=('bash-completion: bash completion'
'ninja: aur-sync ninja support'
'bat: view-delta example script'
'git-delta: view-delta example script'
- 'python-srcinfo: sync-rebuild example script'
- 'python-pyxdg: sync-rebuild example script')
+ 'python-srcinfo: sync-rebuild example script')
build() {
cd "$pkgname-$pkgver"
diff --git a/aurutils.changelog b/aurutils.changelog
index 4647eb99cfde..3dd36bbfa632 100644
--- a/aurutils.changelog
+++ b/aurutils.changelog
@@ -1,3 +1,17 @@
+## 17
+
+* `aur-sync`
+ + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
+
+* `examples`
+ + remove `python-pyxdg` dependency (#1096)
+ + fixes for `sync-rebuild` (#1096)
+
+## 16.5
+
+* `examples`
+ + add `--chroot`, `--user` for `sync-rebuild`
+
## 16.4
* `aur-repo-parse`