Update to 1.3.2
This commit is contained in:
parent
0174dc8605
commit
6c9bb4edd9
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jul 29 08:58:15 UTC 2016
|
||||
# Sun Sep 4 18:57:44 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 1.3.1
|
||||
pkgver = 1.3.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
|
@ -19,8 +19,8 @@ pkgbase = aurutils
|
|||
optdepends = devtools: build in an nspawn container
|
||||
optdepends = vifm: improved build file interaction
|
||||
optdepends = datamash: check tsort input
|
||||
source = https://github.com/AladW/aurutils/archive/1.3.1.tar.gz
|
||||
sha256sums = 406c69e3a871af9e91885b89a4a76ea65d8a641704204807c2e29fe66b8a7ae6
|
||||
source = https://github.com/AladW/aurutils/archive/1.3.2.tar.gz
|
||||
sha256sums = e53797734034b3a93915af1fd2c0868494acb8e281a3403a8f2996535b043e1d
|
||||
|
||||
pkgname = aurutils
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,12 +1,12 @@
|
|||
pkgname=aurutils
|
||||
pkgver=1.3.1
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
license=('ISC')
|
||||
source=("$url/archive/$pkgver.tar.gz")
|
||||
sha256sums=('406c69e3a871af9e91885b89a4a76ea65d8a641704204807c2e29fe66b8a7ae6')
|
||||
sha256sums=('e53797734034b3a93915af1fd2c0868494acb8e281a3403a8f2996535b043e1d')
|
||||
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||
'repose' 'pacutils')
|
||||
checkdepends=('shellcheck')
|
||||
|
|
Loading…
Reference in a new issue