From a03e794cd0dcbfad1cd4e4e8fbf6220d6a3bbcfd Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 9 Nov 2020 14:31:40 +0100 Subject: [PATCH] upgpkg: aurutils 3.1.2-1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 07630ce..9c8a259 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 3.1.1 + pkgver = 3.1.2 pkgrel = 1 url = https://github.com/AladW/aurutils changelog = aurutils.changelog @@ -15,10 +15,10 @@ pkgbase = aurutils optdepends = zsh: zsh completion optdepends = devtools: aur-chroot optdepends = vifm: default pager - source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz - source = https://github.com/AladW/aurutils/releases/download/3.1.1/aurutils-3.1.1.tar.gz.signify + source = https://github.com/AladW/aurutils/releases/download/3.1.2/aurutils-3.1.2.tar.gz + source = https://github.com/AladW/aurutils/releases/download/3.1.2/aurutils-3.1.2.tar.gz.signify source = aurutils.pub - sha256sums = 90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d + sha256sums = 86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb sha256sums = SKIP sha256sums = a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39 diff --git a/PKGBUILD b/PKGBUILD index 9cb9566..93ad4b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alad Wenter pkgname=aurutils -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -10,7 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" "$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify" 'aurutils.pub') changelog=aurutils.changelog -sha256sums=('90f46ae991ffd7737ab2d95dc78718c62202df5524cbdfa83916015dde3d922d' +sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb' 'SKIP' 'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39') depends=('git' 'jq' 'pacutils' 'curl')