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