aurutils: 2.3.5
This commit is contained in:
parent
87e41e4154
commit
a79238ec05
2 changed files with 10 additions and 14 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 2.3.3
|
||||
pkgver = 2.3.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
install = aurutils.install
|
||||
|
@ -11,16 +11,12 @@ pkgbase = aurutils
|
|||
depends = expac
|
||||
depends = diffstat
|
||||
depends = pacutils
|
||||
depends = parallel
|
||||
depends = wget
|
||||
optdepends = bash-completion: bash completion
|
||||
optdepends = devtools: aur-chroot
|
||||
optdepends = vifm: build file interaction
|
||||
source = aurutils-2.3.3.tar.gz::https://github.com/AladW/aurutils/archive/2.3.3.tar.gz
|
||||
source = aurutils-2.3.3.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.3.3/2.3.3.tar.gz.asc
|
||||
validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A
|
||||
sha256sums = f1c63c3a9134c12b538d599dd9df768c4a271be8711ea71ccf5a4eb41a622e9e
|
||||
sha256sums = SKIP
|
||||
source = aurutils-2.3.5.tar.gz::https://github.com/AladW/aurutils/archive/2.3.5.tar.gz
|
||||
sha256sums = 13c6909c7e44c0619b0fab393c2f62d4f453c595bbd65f5a99077c3344a7bc99
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
14
PKGBUILD
14
PKGBUILD
|
@ -2,22 +2,22 @@
|
|||
# Co-Maintainer: Cedric Girard <cgirard.archlinux@valinor.fr>
|
||||
# Co-Maintainer: Maxim Baz <archlinux@maximbaz.com>
|
||||
pkgname=aurutils
|
||||
pkgver=2.3.3
|
||||
pkgver=2.3.5
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
url='https://github.com/AladW/aurutils'
|
||||
arch=('any')
|
||||
license=('custom:ISC')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
|
||||
"$pkgname-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc")
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||
# "$pkgname-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc")
|
||||
install=$pkgname.install
|
||||
depends=('git' 'jq' 'expac' 'diffstat' 'pacutils' 'parallel' 'wget')
|
||||
depends=('git' 'jq' 'expac' 'diffstat' 'pacutils' 'wget')
|
||||
optdepends=('bash-completion: bash completion'
|
||||
'devtools: aur-chroot'
|
||||
'vifm: build file interaction')
|
||||
sha256sums=('f1c63c3a9134c12b538d599dd9df768c4a271be8711ea71ccf5a4eb41a622e9e'
|
||||
'SKIP')
|
||||
validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
||||
sha256sums=('13c6909c7e44c0619b0fab393c2f62d4f453c595bbd65f5a99077c3344a7bc99')
|
||||
# 'SKIP')
|
||||
# validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter <alad@archlinux.org>
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue