From e9c567dc19199841d1cf886fa1bec2639a45f655 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sun, 11 Sep 2016 15:03:20 +0200 Subject: [PATCH] Update to 1.3.3 --- .SRCINFO | 8 ++++---- PKGBUILD | 9 ++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c35a1ba..5b11f74 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 16609ef..86780b7 100644 --- a/PKGBUILD +++ b/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