upgpkg: aurutils 3.1.1-1
This commit is contained in:
parent
b1eaf05dd2
commit
36fbfc0173
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 3.1.0
|
pkgver = 3.1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
changelog = aurutils.changelog
|
changelog = aurutils.changelog
|
||||||
|
@ -15,10 +15,10 @@ 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.1.0/aurutils-3.1.0.tar.gz
|
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.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.signify
|
||||||
source = aurutils.pub
|
source = aurutils.pub
|
||||||
sha256sums = 751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b
|
sha256sums = 90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39
|
sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=3.1.0
|
pkgver=3.1.1
|
||||||
pkgrel=1
|
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'
|
||||||
|
@ -10,7 +10,7 @@ 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=('751b1c6d8ba5253c06d2c7a31f2adc1f9273d0ab39fa43d35a10f95389bd6e9b'
|
sha256sums=('90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
||||||
depends=('git' 'jq' 'pacutils' 'curl')
|
depends=('git' 'jq' 'pacutils' 'curl')
|
||||||
|
|
Loading…
Reference in a new issue