summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a101dda07ddb..3cd0247e20ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 05:45:37 UTC 2016
+# Tue Oct 11 03:54:14 UTC 2016
pkgbase = pdfgrep-git
pkgdesc = A commandline utility to search text in PDF files.
- pkgver = 1.4.1.r57.gbbf8f05
+ pkgver = 1.4.1.r84.gcfbd65c
pkgrel = 1
url = https://pdfgrep.org/
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ makedepends = asciidoc
depends = poppler
+ depends = libgcrypt
+ conflicts = pdfgrep
source = pdfgrep-git::git+https://gitlab.com/pdfgrep/pdfgrep.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 11ea79528f4d..6d07c62f7735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=pdfgrep-git
-pkgver=1.4.1.r57.gbbf8f05
+pkgver=1.4.1.r84.gcfbd65c
pkgrel=1
epoch=
pkgdesc="A commandline utility to search text in PDF files."
@@ -9,12 +9,12 @@ url="https://gitlab.com/pdfgrep/pdfgrep/commits/master"
url="https://pdfgrep.org/"
license=('GPL')
groups=()
-depends=('poppler')
-makedepends=('git')
+depends=('poppler' 'libgcrypt')
+makedepends=('git' 'asciidoc')
optdepends=()
checkdepends=()
provides=()
-conflicts=()
+conflicts=('pdfgrep')
replaces=()
backup=()
options=()