diff --git a/.SRCINFO b/.SRCINFO index db0e0ca..89b4ec7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aurutils pkgdesc = helper tools for the arch user repository - pkgver = 2.3.2 + pkgver = 2.3.3 pkgrel = 1 url = https://github.com/AladW/aurutils install = aurutils.install @@ -16,10 +16,10 @@ pkgbase = aurutils optdepends = bash-completion: bash completion optdepends = devtools: aur-chroot optdepends = vifm: build file interaction - source = aurutils-2.3.2.tar.gz::https://github.com/AladW/aurutils/archive/2.3.2.tar.gz - source = aurutils-2.3.2.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.3.2/2.3.2.tar.gz.asc + source = aurutils-2.3.3.tar.gz::https://github.com/AladW/aurutils/archive/2.3.3.tar.gz + source = aurutils-2.3.3.tar.gz.asc::https://github.com/AladW/aurutils/releases/download/2.3.3/2.3.3.tar.gz.asc validpgpkeys = DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A - sha256sums = 175aae92d2e250cb527c1e58bbe05cf62778caffe0aa447a0ca312fcbf561e24 + sha256sums = f1c63c3a9134c12b538d599dd9df768c4a271be8711ea71ccf5a4eb41a622e9e sha256sums = SKIP pkgname = aurutils diff --git a/PKGBUILD b/PKGBUILD index f1903f8..a76b474 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Cedric Girard # Co-Maintainer: Maxim Baz pkgname=aurutils -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 pkgdesc='helper tools for the arch user repository' url='https://github.com/AladW/aurutils' @@ -15,7 +15,7 @@ depends=('git' 'jq' 'expac' 'diffstat' 'pacutils' 'parallel' 'wget') optdepends=('bash-completion: bash completion' 'devtools: aur-chroot' 'vifm: build file interaction') -sha256sums=('175aae92d2e250cb527c1e58bbe05cf62778caffe0aa447a0ca312fcbf561e24' +sha256sums=('f1c63c3a9134c12b538d599dd9df768c4a271be8711ea71ccf5a4eb41a622e9e' 'SKIP') validpgpkeys=('DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A') # Alad Wenter