summaryrefslogtreecommitdiff
path: root/community/kbibtex/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kbibtex/PKGBUILD')
-rw-r--r--community/kbibtex/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kbibtex/PKGBUILD b/community/kbibtex/PKGBUILD
index 0520ba976..4a51fcb28 100644
--- a/community/kbibtex/PKGBUILD
+++ b/community/kbibtex/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 103296 2014-01-02 21:08:34Z schiv $
+# $Id: PKGBUILD 113521 2014-06-24 20:18:59Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
# Contributor: cmorlok <christianmorlok@web.de>
pkgname=kbibtex
-pkgver=0.5
+pkgver=0.5.1
_branch=0.5
pkgrel=1
pkgdesc="A BibTeX editor for KDE"
arch=('i686' 'x86_64')
url='http://home.gna.org/kbibtex/'
license=('GPL')
-depends=('kdebase-runtime')
+depends=('kdebase-runtime' 'poppler-qt4')
optdepends=('kdegraphics-okular: Document preview')
makedepends=('cmake' 'automoc4')
install=$pkgname.install
source=("http://download.gna.org/$pkgname/$_branch/$pkgname-$pkgver.tar.xz")
-md5sums=('bbd2affd1edfb8f02a077c2c7cfc2038')
+md5sums=('133d4a1a7ec9242545f7616765384777')
build() {
cd "$pkgname-$pkgver"