summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolygamma2023-05-14 22:28:42 +0200
committerpolygamma2023-05-14 22:28:42 +0200
commit4333dfe564874fc25b74da7891a8499003078c99 (patch)
treeb4a08853ffa060f251909d0bb6618fd64d462e32
parent845421ebc6f248ac182f4e5621b0503176d797eb (diff)
downloadaurman.tar.gz
2.22
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb1e3bcc758..0e68e8557f77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = AUR helper with almost pacman syntax
- pkgver = 2.21
+ pkgver = 2.22
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -14,7 +14,7 @@ pkgbase = aurman
depends = pyalpm
depends = python-feedparser
depends = python-setuptools
- source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.22
validpgpkeys = F3FAE51DB14A292C5C0A5535910B8C499BED531B
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index acf4c5d386e2..f31bbce79ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.21
+pkgver=2.22
pkgrel=1
pkgdesc="AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'python-dateutil' 'pyalpm' 'python-feedparser' 'python-setuptools')
-source=('aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}')
+source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
validpgpkeys=('F3FAE51DB14A292C5C0A5535910B8C499BED531B') # Jonni Westphalen