Update to 1.3.3
This commit is contained in:
parent
94f3900a28
commit
e9c567dc19
2 changed files with 6 additions and 11 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Sep 8 15:00:16 UTC 2016
|
||||
# Sun Sep 11 13:03:16 UTC 2016
|
||||
pkgbase = aurutils
|
||||
pkgdesc = helper tools for the arch user repository
|
||||
pkgver = 1.3.2
|
||||
pkgrel = 2
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/AladW/aurutils
|
||||
arch = any
|
||||
license = ISC
|
||||
|
@ -19,7 +19,7 @@ pkgbase = aurutils
|
|||
optdepends = devtools: build in an nspawn container
|
||||
optdepends = vifm: improved build file interaction
|
||||
optdepends = datamash: check tsort input
|
||||
source = aurutils-1.3.2::git+https://github.com/AladW/aurutils#tag=1.3.2
|
||||
source = aurutils-1.3.3::git+https://github.com/AladW/aurutils#tag=1.3.3
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = aurutils
|
||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
pkgname=aurutils
|
||||
pkgver=1.3.2
|
||||
pkgrel=2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc='helper tools for the arch user repository'
|
||||
arch=('any')
|
||||
url=https://github.com/AladW/aurutils
|
||||
|
@ -15,11 +15,6 @@ optdepends=('devtools: build in an nspawn container'
|
|||
source=("$pkgname-$pkgver::git+$url#tag=$pkgver")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
git cherry-pick 8ead5203711263b4b895bfd698fba0d021581412
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make check
|
||||
|
|
Loading…
Reference in a new issue