summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-08-09 09:38:48 -0400
committerFrançois Boulogne2015-08-09 09:38:48 -0400
commiteb8823add2afd7a1e3dd8e360098cc3e2779f54b (patch)
treecc64e1f3977027093550fb1a9ed16da7bc10931f
parent4caef47a301bffe164002985acae15fee9f5b8ae (diff)
downloadaur-eb8823add2afd7a1e3dd8e360098cc3e2779f54b.tar.gz
upgrade
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee6ad7ab2c8..1de9e97f415c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = citebib
pkgdesc = Generate a nice Bibtex or Latex bibliography according to the document content
- pkgver = 0.4.1
- pkgrel = 3
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/sciunto/CiteBib
arch = any
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = citebib
makedepends = python-setuptools
depends = python
depends = python-bibtexparser
- source = https://pypi.python.org/packages/source/C/CiteBib/CiteBib-0.4.1.tar.gz
- sha256sums = 987a7ce0927eb2ccd4d67d7ba1a4811f3012515f506894dab25f83caa2ecea06
+ source = https://pypi.python.org/packages/source/C/CiteBib/CiteBib-0.4.2.tar.gz
+ sha256sums = f7d7da7af42ab6341670da925c63f2970193843c6fea261f8e3b2c5f521d99c5
pkgname = citebib
diff --git a/PKGBUILD b/PKGBUILD
index 267a4b1dfdca..c577ec920c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=citebib
_pkgname=CiteBib
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Generate a nice Bibtex or Latex bibliography according to the document content"
arch=('any')
url="https://github.com/sciunto/CiteBib"
@@ -13,7 +13,7 @@ depends=('python' 'python-bibtexparser')
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=(https://pypi.python.org/packages/source/C/CiteBib/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('987a7ce0927eb2ccd4d67d7ba1a4811f3012515f506894dab25f83caa2ecea06')
+sha256sums=('f7d7da7af42ab6341670da925c63f2970193843c6fea261f8e3b2c5f521d99c5')
build() {
cd "${_pkgname}-${pkgver}"