summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Eric Janouch2020-10-12 15:11:03 +0200
committerPřemysl Eric Janouch2020-10-12 15:11:03 +0200
commitc83100bf0607ea8921b7474d759a39957a394d4a (patch)
tree7b9dc92b58a5ce56373b160ab5ea536b29e9c7c2
parent68d8a84fb50305875018f0331fbd67f64f4825b5 (diff)
downloadaur-c83100bf0607ea8921b7474d759a39957a394d4a.tar.gz
Bump, fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785f558cc329..00267e8b66e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = json-rpc-shell-git
pkgdesc = Shell for JSON-RPC 2.0 HTTP queries
- pkgver = r45.ac5c2f4
+ pkgver = v1.0.0.r10.gee79249
pkgrel = 1
url = https://git.janouch.name/p/json-rpc-shell
arch = i686
@@ -9,7 +9,7 @@ pkgbase = json-rpc-shell-git
makedepends = cmake
makedepends = pkg-config
makedepends = git
- makedepends = help2man
+ makedepends = asciidoctor
depends = libev
depends = ncurses
depends = jansson
diff --git a/PKGBUILD b/PKGBUILD
index 791116a6c4e1..797398299b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Přemysl Janouch <p.janouch@gmail.com>
pkgname=json-rpc-shell-git
_pkgname=json-rpc-shell
-pkgver=r45.ac5c2f4
+pkgver=v1.0.0.r10.gee79249
pkgrel=1
pkgdesc="Shell for JSON-RPC 2.0 HTTP queries"
url="https://git.janouch.name/p/json-rpc-shell"
@@ -10,7 +10,7 @@ license=('BSD')
options=(zipman)
conflicts=('json-rpc-shell')
provides=('json-rpc-shell')
-makedepends=('cmake' 'pkg-config' 'git' 'help2man')
+makedepends=('cmake' 'pkg-config' 'git' 'asciidoctor')
depends=('libev' 'ncurses' 'jansson' 'curl' 'readline')
source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')