From bed7f8ae52dd03cf95cb4a467ea2171561bad305 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Tue, 3 Nov 2020 15:17:31 +0100 Subject: [PATCH 1/7] upgpkg: aurutils 3.0.3-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e0e7f27..f6c83ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 3.0.0 - pkgrel = 2 + pkgver = 3.0.3 + pkgrel = 1 url = https://github.com/AladW/aurutils changelog = aurutils.changelog arch = any @@ -15,10 +15,10 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = https://github.com/AladW/aurutils/releases/download/3.0.0/aurutils-3.0.0.tar.gz - source = https://github.com/AladW/aurutils/releases/download/3.0.0/aurutils-3.0.0.tar.gz.signify + source = https://github.com/AladW/aurutils/releases/download/3.0.3/aurutils-3.0.3.tar.gz + source = https://github.com/AladW/aurutils/releases/download/3.0.3/aurutils-3.0.3.tar.gz.signify source = aurutils.pub - sha256sums = b28da1527b2c6dddbe3aa00f79a0264b54fb671796f1fd9d03cb2f46e9cae8f9 + sha256sums = 1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c sha256sums = SKIP sha256sums = f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9 diff --git a/PKGBUILD b/PKGBUILD index 5ae7047..1c893c1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils -pkgver=3.0.0 -pkgrel=2 +pkgver=3.0.3 +pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -10,7 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog -sha256sums=('b28da1527b2c6dddbe3aa00f79a0264b54fb671796f1fd9d03cb2f46e9cae8f9' +sha256sums=('1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c' 'SKIP' 'f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9') depends=('git' 'jq' 'pacutils' 'curl') From a0813d550a02f0827105c2c0962670edcf84c321 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Tue, 3 Nov 2020 15:29:13 +0100 Subject: [PATCH 2/7] aurutils: remove redundant DESTDIR in build() --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 1c893c1..73ecafe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -27,7 +27,7 @@ prepare() { build() { cd aurutils - make DESTDIR="$pkgdir" + make } package() { From de0df83c44147e85cbec667eb589d90edbd2984f Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Tue, 3 Nov 2020 17:05:41 +0100 Subject: [PATCH 3/7] aurutils: fix cd call --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f6c83ad..586cd27 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 3.0.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/AladW/aurutils changelog = aurutils.changelog arch = any diff --git a/PKGBUILD b/PKGBUILD index 73ecafe..a6baa16 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -26,11 +26,11 @@ prepare() { } build() { - cd aurutils + cd "$pkgname-$pkgver" make } package() { - cd aurutils + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } From b1eaf05dd25501baf805149e9e55a7103077c911 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 9 Nov 2020 12:04:05 +0100 Subject: [PATCH 4/7] upgpkg: aurutils 3.1.0-1 --- .SRCINFO | 12 ++++++------ PKGBUILD | 8 ++++---- aurutils.install | 24 ++++++++++++++++++++++++ aurutils.pub | 4 ++-- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 586cd27..6e3a449 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 3.0.3 - pkgrel = 2 + pkgver = 3.1.0 + pkgrel = 1 url = https://github.com/AladW/aurutils changelog = aurutils.changelog arch = any @@ -15,12 +15,12 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = https://github.com/AladW/aurutils/releases/download/3.0.3/aurutils-3.0.3.tar.gz - source = https://github.com/AladW/aurutils/releases/download/3.0.3/aurutils-3.0.3.tar.gz.signify + source = https://github.com/AladW/aurutils/releases/download/3.1.0/aurutils-3.1.0.tar.gz + source = https://github.com/AladW/aurutils/releases/download/3.1.0/aurutils-3.1.0.tar.gz.signify source = aurutils.pub - sha256sums = 1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c + sha256sums = 751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b sha256sums = SKIP - sha256sums = f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9 + sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39 pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index a6baa16..e06f5db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils -pkgver=3.0.3 -pkgrel=2 +pkgver=3.1.0 +pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -10,9 +10,9 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog -sha256sums=('1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c' +sha256sums=('751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b' 'SKIP' - 'f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9') + 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39') depends=('git' 'jq' 'pacutils' 'curl') makedepends=('signify') optdepends=('bash-completion: bash completion' diff --git a/aurutils.install b/aurutils.install index a262c0f..bf936df 100644 --- a/aurutils.install +++ b/aurutils.install @@ -9,6 +9,30 @@ https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649 for detailed instructions. For the 2.0.0 changelog, see: https://github.com/AladW/aurutils/releases/tag/2.0.0 + +EOF + fi + + if (( $(vercmp '3.0.0-1' "$2") == 1 )); then + cat >&2 <<-EOF +As of 3.0.0, aurutils requires a separate pacman configuration for chroot +builds. The file path defaults to /usr/share/devtools/pacman/aur.conf. + +For this and other changes, see the aurutils 3.0 blog: + +https://pkgbuild.com/~alad/aurutils_3.html + +EOF + fi + + if (( $(vercmp '3.1.0-1' "$2") == 1 )); then + cat >&2 <<-EOF +As of 3.1.0, the default path of the pacman configuration for chroot builds +moved from /usr/share/devtools/pacman-aur.conf to + +/etc/aurutils/pacman-.conf + +More information about this file was added to the aur-build man page. EOF fi } diff --git a/aurutils.pub b/aurutils.pub index d34e805..c0dd794 100644 --- a/aurutils.pub +++ b/aurutils.pub @@ -1,2 +1,2 @@ -untrusted comment: signify public key -RWQcfDbvctqX5i5yNDNqu607LC7mKArHMsq7ziT8ynx9bQwj5m5ZpMJY +untrusted comment: signify public key (aurutils 3.1) +RWSiKm8qeKjPfppkN7lm/N4qENa3Racl7DRMfWK4JQS7bl2i/NuI3ZZG From 36fbfc0173a775f1e394fcc33bc2e3057f9e3d86 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 9 Nov 2020 13:48:53 +0100 Subject: [PATCH 5/7] upgpkg: aurutils 3.1.1-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6e3a449..07630ce 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 3.1.0 + pkgver = 3.1.1 pkgrel = 1 url = https://github.com/AladW/aurutils changelog = aurutils.changelog @@ -15,10 +15,10 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = https://github.com/AladW/aurutils/releases/download/3.1.0/aurutils-3.1.0.tar.gz - source = https://github.com/AladW/aurutils/releases/download/3.1.0/aurutils-3.1.0.tar.gz.signify + source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz + source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz.signify source = aurutils.pub - sha256sums = 751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b + sha256sums = 90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d sha256sums = SKIP sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39 diff --git a/PKGBUILD b/PKGBUILD index e06f5db..9cb9566 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alad Wenter pkgname=aurutils -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -10,7 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog -sha256sums=('751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b' +sha256sums=('90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d' 'SKIP' 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39') depends=('git' 'jq' 'pacutils' 'curl') From a03e794cd0dcbfad1cd4e4e8fbf6220d6a3bbcfd Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 9 Nov 2020 14:31:40 +0100 Subject: [PATCH 6/7] upgpkg: aurutils 3.1.2-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 07630ce..9c8a259 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 3.1.1 + pkgver = 3.1.2 pkgrel = 1 url = https://github.com/AladW/aurutils changelog = aurutils.changelog @@ -15,10 +15,10 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz - source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz.signify + source = https://github.com/AladW/aurutils/releases/download/3.1.2/aurutils-3.1.2.tar.gz + source = https://github.com/AladW/aurutils/releases/download/3.1.2/aurutils-3.1.2.tar.gz.signify source = aurutils.pub - sha256sums = 90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d + sha256sums = 86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb sha256sums = SKIP sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39 diff --git a/PKGBUILD b/PKGBUILD index 9cb9566..93ad4b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alad Wenter pkgname=aurutils -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -10,7 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog -sha256sums=('90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d' +sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb' 'SKIP' 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39') depends=('git' 'jq' 'pacutils' 'curl') From 1d51dda1b626e14cea41eb48645fd11e6a985726 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Mon, 4 Jan 2021 21:31:07 +0100 Subject: [PATCH 7/7] aurutils: add install note --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9c8a259..6395c17 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,9 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository pkgver = 3.1.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/AladW/aurutils + install = aurutils.install changelog = aurutils.changelog arch = any license = custom:ISC diff --git a/PKGBUILD b/PKGBUILD index 93ad4b7..11e2929 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alad Wenter pkgname=aurutils pkgver=3.1.2 -pkgrel=1 +pkgrel=2 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' arch=('any') @@ -10,6 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog +install=aurutils.install sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb' 'SKIP' 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')