summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonni Westphalen2018-06-17 12:12:35 +0200
committerJonni Westphalen2018-06-17 12:12:35 +0200
commit88708056fd12a7033a7103c7fbea52de9535a58e (patch)
treec4813036f307a50aaae63528b8a32e89f7d5f6f7
parent6921f148f73a62a99d76ac77ab557af14014a77c (diff)
downloadaur-88708056fd12a7033a7103c7fbea52de9535a58e.tar.gz
2.12.r0.g64047c5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d453a0d6a7..7facf60bbc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurman-git
pkgdesc = aurman AUR helper with almost pacman syntax
- pkgver = 2.11.r0.ga7b61c1
+ pkgver = 2.12.r0.g64047c5
pkgrel = 1
url = https://github.com/polygamma/aurman
arch = any
@@ -13,7 +13,8 @@ pkgbase = aurman-git
depends = pacman>=5.1
provides = aurman
conflicts = aurman
- source = aurman_sources::git+https://github.com/polygamma/aurman.git#branch=master
+ source = aurman_sources::git+https://github.com/polygamma/aurman.git?signed#branch=master
+ validpgpkeys = 4C3CE98F9579981C21CA1EC3465022E743D71E39
md5sums = SKIP
pkgname = aurman-git
diff --git a/PKGBUILD b/PKGBUILD
index cf39bc495851..4a7bb25a3353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Jonni Westphalen <jonny.westphalen@googlemail.com>
pkgname=aurman-git
-pkgver=2.11.r0.ga7b61c1
+pkgver=2.12.r0.g64047c5
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#branch=master')
+source=('aurman_sources::git+https://github.com/polygamma/aurman.git?signed#branch=master')
md5sums=('SKIP')
+validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen
conflicts=('aurman')
provides=('aurman')