upgpkg: aurutils 3.1.0-1
This commit is contained in:
parent
de0df83c44
commit
b1eaf05dd2
4 changed files with 36 additions and 12 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 3.0.3
|
pkgver = 3.1.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
changelog = aurutils.changelog
|
changelog = aurutils.changelog
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -15,12 +15,12 @@ pkgbase = aurutils
|
||||||
optdepends = zsh: zsh completion
|
optdepends = zsh: zsh completion
|
||||||
optdepends = devtools: aur-chroot
|
optdepends = devtools: aur-chroot
|
||||||
optdepends = vifm: default pager
|
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.1.0/aurutils-3.1.0.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.signify
|
||||||
source = aurutils.pub
|
source = aurutils.pub
|
||||||
sha256sums = 1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c
|
sha256sums = 751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9
|
sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=3.0.3
|
pkgver=3.1.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
url='https://github.com/AladW/aurutils'
|
url='https://github.com/AladW/aurutils'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,9 +10,9 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
"$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify"
|
"$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify"
|
||||||
'aurutils.pub')
|
'aurutils.pub')
|
||||||
changelog=aurutils.changelog
|
changelog=aurutils.changelog
|
||||||
sha256sums=('1025530a44d25caccb4e6a1fe0e44474dbdecfd74e7822da78aaa369cff9d06c'
|
sha256sums=('751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f11d869b344b01acb229db00fcd40f72a6ee1d3b080b0bc2870001ed94f99dc9')
|
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
||||||
depends=('git' 'jq' 'pacutils' 'curl')
|
depends=('git' 'jq' 'pacutils' 'curl')
|
||||||
makedepends=('signify')
|
makedepends=('signify')
|
||||||
optdepends=('bash-completion: bash completion'
|
optdepends=('bash-completion: bash completion'
|
||||||
|
|
|
@ -9,6 +9,30 @@ https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
|
||||||
for detailed instructions. For the 2.0.0 changelog, see:
|
for detailed instructions. For the 2.0.0 changelog, see:
|
||||||
|
|
||||||
https://github.com/AladW/aurutils/releases/tag/2.0.0
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
untrusted comment: signify public key
|
untrusted comment: signify public key (aurutils 3.1)
|
||||||
RWQcfDbvctqX5i5yNDNqu607LC7mKArHMsq7ziT8ynx9bQwj5m5ZpMJY
|
RWSiKm8qeKjPfppkN7lm/N4qENa3Racl7DRMfWK4JQS7bl2i/NuI3ZZG
|
||||||
|
|
Loading…
Reference in a new issue