summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruniq2017-01-29 12:09:07 +0100
committerruniq2017-01-29 12:09:07 +0100
commit9b73edf968b1d70984ba23e7a3bc8c46e4a40428 (patch)
tree9d2974e4899ef907e773d4e98139ac4566a361b6
parentc97ab89165a3d1de8e558325ff96104a1b64866d (diff)
downloadaur-9b73edf968b1d70984ba23e7a3bc8c46e4a40428.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908a301971f5..c892774c8f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python2-pybtex
pkgdesc = Pybtex reads citation information from a file and produces a formatted bibliography.
pkgver = 0.21
- pkgrel = 1
+ pkgrel = 2
url = http://pybtex.sourceforge.net
arch = any
license = GPL
makedepends = python2-distribute
depends = python2
+ depends = python2-yaml
+ depends = python2-latexcodec
source = https://pypi.io/packages/source/p/pybtex/pybtex-0.21.tar.gz
sha256sums = af8a6c7c74954ad305553b118d2757f68bc77c5dd5d5de2cc1fd16db90046000
diff --git a/PKGBUILD b/PKGBUILD
index 37b2103a255c..a2e79e415b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname="python2-pybtex"
_pkgname="pybtex"
pkgver="0.21"
-pkgrel=1
+pkgrel=2
pkgdesc="Pybtex reads citation information from a file and produces a formatted bibliography."
arch=("any")
url="http://pybtex.sourceforge.net"
license=("GPL")
-depends=("python2")
+depends=("python2" "python2-yaml" "python2-latexcodec")
makedepends=("python2-distribute")
source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('af8a6c7c74954ad305553b118d2757f68bc77c5dd5d5de2cc1fd16db90046000')