summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Zeller2019-06-11 20:37:20 +0200
committerMartin Zeller2019-06-11 20:38:35 +0200
commitbed99f53d8b7853811f9da2148155fce1b8d76f0 (patch)
tree374d034e4d43a9b2ea6e6f02e9088ab0ee2a7514 /PKGBUILD
parent0e1bdc482340aeb58854e69ff97fcba94ca0432f (diff)
downloadaur-libcoap-git.tar.gz
Add doxgen and asciidoc as make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2340c348b1ad..98a82afc0c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=libcoap-git
_gitname=libcoap
-pkgver=r867.771f013
-pkgrel=1
+pkgver=r1628.a5ffdf3
+pkgrel=2
pkgdesc="C-Implementation of CoAP"
arch=('x86' 'x86_64')
url="https://libcoap.net/"
license=('BSD2' 'GPL2')
-makedepends=('git')
+makedepends=('git' 'doxygen' 'asciidoc')
provides=('libcoap')
conflicts=('libcoap')
source=("$_gitname::git://github.com/obgm/libcoap.git")