summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b41bbb1891..3fca61b09990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ini-git
pkgdesc = Command line tool for examining the contents of INI files
- pkgver = r2.fa7665b
- pkgrel = 2
+ pkgver = r13.16fd59a
+ pkgrel = 1
url = https://github.com/2ion/ini
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = ini-git
makedepends = automake
makedepends = pkg-config
depends = iniparser
+ optdepends = pandoc: for building the man page at compile time
provides = ini
conflicts = ini
source = ini::git+https://github.com/2ion/ini.git#branch=master
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')