summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-10-31 21:04:30 +0100
committerStefan Husmann2016-10-31 21:04:30 +0100
commit043b119946f63e84264beba16dcd66180029b632 (patch)
treec2238ce8496d30ac4ede7fbf062236d66a926633
parent9651370f9508d5130f396164ef7b9a7083f5ed48 (diff)
downloadaur-043b119946f63e84264beba16dcd66180029b632.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449d56de946f..d553ad85450c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bibtool
pkgdesc = Command line manipulation of BibTeX files.
- pkgver = 2.65
+ pkgver = 2.66
pkgrel = 1
url = http://www.gerd-neugebauer.de/software/TeX/BibTool/en/
arch = i686
@@ -8,9 +8,9 @@ pkgbase = bibtool
license = GPL
makedepends = tar
depends = texlive-bin
- noextract = BibTool-2.65.tar.gz
- source = http://mirrors.ctan.org/biblio/bibtex/utils/bibtool/BibTool-2.65.tar.gz
- md5sums = e0d44f171d1fb0afce4067a508326c31
+ noextract = BibTool-2.66.tar.gz
+ source = http://mirrors.ctan.org/biblio/bibtex/utils/bibtool/BibTool-2.66.tar.gz
+ md5sums = f5c171db5cc2c1ffaa2ee853b586e8bf
pkgname = bibtool
diff --git a/PKGBUILD b/PKGBUILD
index e55b6a1e7baa..93353d8246c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool
-pkgver=2.65
+pkgver=2.66
pkgrel=1
pkgdesc="Command line manipulation of BibTeX files."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('texlive-bin')
makedepends=('tar')
source=(http://mirrors.ctan.org/biblio/bibtex/utils/bibtool/BibTool-$pkgver.tar.gz)
-md5sums=('e0d44f171d1fb0afce4067a508326c31')
+md5sums=('f5c171db5cc2c1ffaa2ee853b586e8bf')
noextract=("BibTool-$pkgver.tar.gz")
build() {