summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2015-07-21 14:42:15 +0200
committerJens John2015-07-21 14:42:15 +0200
commita49a87891e0f8d74a7407654e18114ae68abfa76 (patch)
treeb884bb48b9091e8350759751870154c50e70018f
parentf9d79c66e5952a999789ef62830576175bed8dea (diff)
downloadaur-ini-git.tar.gz
Update pkgver; Add pandoc as optional dep
-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')