summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-06-17 12:13:12 +0200
committerJonni Westphalen2018-06-17 12:13:12 +0200
commit2dc46d3f2ff2a1402805dd0230cc717b39b19dde (patch)
treebf00f00f3a497571a2762e044bc348f5a4a5c2f3
parent64b4a19db70db3d87a86421c03f195aa2d26aabb (diff)
downloadaur-2dc46d3f2ff2.tar.gz
2.12
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639c18379738..def5e6358fd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.11
+ pkgver = 2.12
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -11,7 +11,8 @@ pkgbase = aurman
depends = git
depends = python-regex
depends = pacman>=5.1
- source = aurman_sources::git+https://github.com/polygamma/aurman.git#tag=2.11
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=2.12
+ validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
pkgname = aurman
diff --git a/PKGBUILD b/PKGBUILD
index a8f656c13963..687390f4d784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman
-pkgver=2.11
+pkgver=2.12
pkgrel=1
pkgdesc="aurman AUR helper with almost pacman syntax"
arch=('any')
url="https://github.com/polygamma/aurman"
license=('MIT')
depends=('python' 'expac-git' 'python-requests' 'git' 'python-regex' 'pacman>=5.1')
-source=("aurman_sources::git+https://github.com/polygamma/aurman.git#tag=${pkgver}")
+source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}")
md5sums=('SKIP')
+validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen
package() {
cd "$srcdir/aurman_sources"