upgpkg: aurutils 3.1.2-2
Merge subtree 'aurutils'
This commit is contained in:
commit
4b3eb6790d
4 changed files with 39 additions and 13 deletions
|
@ -1,8 +1,9 @@
|
|||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 3.0.0
|
||||
pkgver = 3.1.2
|
||||
pkgrel = 2
|
||||
url = https://github.com/AladW/aurutils
|
||||
install = aurutils.install
|
||||
changelog = aurutils.changelog
|
||||
arch = any
|
||||
license = custom:ISC
|
||||
|
@ -15,12 +16,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.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.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 = b28da1527b2c6dddbe3aa00f79a0264b54fb671796f1fd9d03cb2f46e9cae8f9
|
||||
sha256sums = 86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb
|
||||
sha256sums = SKIP
|
||||
sha256sums = f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9
|
||||
sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||
pkgname=aurutils
|
||||
pkgver=3.0.0
|
||||
pkgver=3.1.2
|
||||
pkgrel=2
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
url='https://github.com/AladW/aurutils'
|
||||
|
@ -10,9 +10,10 @@ 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'
|
||||
install=aurutils.install
|
||||
sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb'
|
||||
'SKIP'
|
||||
'f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9')
|
||||
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
||||
depends=('git' 'jq' 'pacutils' 'curl')
|
||||
makedepends=('signify')
|
||||
optdepends=('bash-completion: bash completion'
|
||||
|
@ -26,11 +27,11 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd aurutils
|
||||
make DESTDIR="$pkgdir"
|
||||
cd "$pkgname-$pkgver"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd aurutils
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" 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-<repository name>.conf
|
||||
|
||||
More information about this file was added to the aur-build man page.
|
||||
EOF
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
untrusted comment: signify public key
|
||||
RWQcfDbvctqX5i5yNDNqu607LC7mKArHMsq7ziT8ynx9bQwj5m5ZpMJY
|
||||
untrusted comment: signify public key (aurutils 3.1)
|
||||
RWSiKm8qeKjPfppkN7lm/N4qENa3Racl7DRMfWK4JQS7bl2i/NuI3ZZG
|
||||
|
|
Loading…
Reference in a new issue