summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-07-09 13:27:52 +0200
committerAlad Wenter2016-07-09 13:27:52 +0200
commit43fbdf80c3f98af1b487d77f6d8a95eb58de1ca9 (patch)
tree987e700ee491fc256555be94f76d273be4156c8e
parent1d23f9efc1868123a974bed81f58cfe31e0fa54c (diff)
downloadaur-43fbdf80c3f98af1b487d77f6d8a95eb58de1ca9.tar.gz
Update to 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd609aa8924..e300b1ad2808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 19:19:40 UTC 2016
+# Sat Jul 9 11:27:52 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 1.1.1
+ pkgver = 1.1.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.1.1.tar.gz
- sha256sums = 0c1da27a6fbf983dc0a352e8fea42a0a7a9f568896ff73f78320c2455c1c2ef1
+ source = https://github.com/AladW/aurutils/archive/1.1.2.tar.gz
+ sha256sums = 076edd83cb0153bb498bb29839102c578f0e8f36b839815867586fb89a131c65
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index e7e839dd6fb0..20429afbeb88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=aurutils
-pkgver=1.1.1
+pkgver=1.1.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=('0c1da27a6fbf983dc0a352e8fea42a0a7a9f568896ff73f78320c2455c1c2ef1')
+sha256sums=('076edd83cb0153bb498bb29839102c578f0e8f36b839815867586fb89a131c65')
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
'repose' 'pacutils')
checkdepends=('shellcheck')