summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-08-07 23:27:06 +0200
committerhaawda2020-08-07 23:27:06 +0200
commitf837ee796a1da5d1602cd13f857f9f9bf1664b54 (patch)
tree2ca9b501920d9096a8059f44871696c54932eb85 /PKGBUILD
parent599311317959bd3ace6e9eabb11c28d70b44aa2f (diff)
downloadaur-f837ee796a1da5d1602cd13f857f9f9bf1664b54.tar.gz
add glibc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d28eda5693fb..f0b252965f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool-git
-pkgver=2.68.r5.g58f538c
+pkgver=2.68.r14.g43de68a
pkgrel=1
pkgdesc="Command line manipulation of BibTeX files - from git-repo"
arch=('i686' 'x86_64')
url="http://www.gerd-neugebauer.de/software/TeX/BibTool/"
license=('GPL')
-depends=('texlive-bin')
+depends=('texlive-bin' 'glibc')
makedepends=('git')
provides=('bibtool')
conflicts=('bibtool')