summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-09-11 15:03:20 +0200
committerAlad Wenter2016-09-11 15:03:20 +0200
commite9c567dc19199841d1cf886fa1bec2639a45f655 (patch)
treedc8ab8d9732705d2213b7e37870ca1c7909eb5ab
parent94f3900a28f784d1cf3af83cdc8ee0e5e2ced01b (diff)
downloadaur-e9c567dc19199841d1cf886fa1bec2639a45f655.tar.gz
Update to 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35a1ba18df6..5b11f740f09a 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 16609ef41efd..86780b709582 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