summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f838420c6449..042ff29a83b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=ini-git
-pkgver=r2.fa7665b
-pkgrel=2
+pkgver=r13.16fd59a
+pkgrel=1
pkgdesc="Command line tool for examining the contents of INI files"
arch=('i686' 'x86_64')
url="https://github.com/2ion/ini"
license=('GPL3')
depends=('iniparser')
makedepends=('autoconf' 'automake' 'pkg-config')
+optdepends=('pandoc: for building the man page at compile time')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('ini::git+https://github.com/2ion/ini.git#branch=master')