summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-01-15 15:51:06 -0500
committerBuildTools2016-01-15 15:51:06 -0500
commit5c124d941b6c1595e2bbcec71cee3d95a68da26d (patch)
tree8219b38ca5b82089efdd86106579243460f21313
parentc6fa9026de6f6d94253227f677a27b593ece97f8 (diff)
downloadaur-5c124d941b6c1595e2bbcec71cee3d95a68da26d.tar.gz
Update to 1.2.7
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03cf16d8eb8e..aa168f6e706b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
pkgname=python-bibtex
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.7
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
pkgdesc="A Python extension to parse BibTeX files."
depends=('recode-pybliographer' 'glib2' 'python2')
url="http://www.pybliographer.org"
source=(http://downloads.sourceforge.net/pybliographer/$pkgname-$pkgver.tar.gz)
-md5sums=('f65081935c731b916b0aeb10aeea45ff')
+md5sums=('27c225e7f414a6350ce0a31443008dff')
package() {
cd $startdir/src/$pkgname-$pkgver