summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2021-12-09 09:42:11 +0100
committerCedric Girard2021-12-09 09:42:11 +0100
commit64086b0e883e81dfae0cb53aa1f0439ab5486e80 (patch)
tree4fe0b12f79b01435deade5b9f1319da8606f567c
parent87a027974c4d0f0b3c17443ec4be2a729b6662cf (diff)
downloadaur-64086b0e883e81dfae0cb53aa1f0439ab5486e80.tar.gz
upgpkg: aurutils 3.3.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbe1c3f5cfad..c796d63fbc4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
- pkgver = 3.2.2
- pkgrel = 3
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://github.com/AladW/aurutils
install = aurutils.install
changelog = aurutils.changelog
@@ -16,9 +16,7 @@ pkgbase = aurutils
optdepends = zsh: zsh completion
optdepends = devtools: aur-chroot
optdepends = vifm: default pager
- source = aurutils-3.2.2.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/3.2.2.tar.gz
- source = aur-view-arg-file.patch::https://github.com/AladW/aurutils/commit/aa2cb0aadbe26bbecd5cc5c1a180f6ddb2edd1ab.patch
- sha256sums = 6bbc6949d27b1132828aa3e68ad2252d8125365c9b7bec6c587fd15bf3081f72
- sha256sums = 531048b96cf9217bb3c5f6eebc922a0ebfe262a26ff3f0dcfb5cdb59d66f974c
+ source = aurutils-3.3.0.tar.gz::https://github.com/AladW/aurutils/archive/refs/tags/3.3.0.tar.gz
+ sha256sums = 09fca2a67e77947966df2ac2fb56b877dc5904413485c3170aab848f04fcfd45
pkgname = aurutils
diff --git a/PKGBUILD b/PKGBUILD
index b5af6b9da4f7..8a6a6e6c7ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils
-pkgver=3.2.2
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
license=('custom:ISC')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
- "aur-view-arg-file.patch::$url/commit/aa2cb0aadbe26bbecd5cc5c1a180f6ddb2edd1ab.patch")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
changelog=aurutils.changelog
install=aurutils.install
-sha256sums=('6bbc6949d27b1132828aa3e68ad2252d8125365c9b7bec6c587fd15bf3081f72'
- '531048b96cf9217bb3c5f6eebc922a0ebfe262a26ff3f0dcfb5cdb59d66f974c')
+sha256sums=('09fca2a67e77947966df2ac2fb56b877dc5904413485c3170aab848f04fcfd45')
depends=('git' 'jq' 'pacutils' 'curl' 'expect')
optdepends=('bash-completion: bash completion'
'zsh: zsh completion'
@@ -20,7 +18,6 @@ optdepends=('bash-completion: bash completion'
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 < "$srcdir"/aur-view-arg-file.patch # issue 871
}
build() {