summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c470fd1ed40..ce715508d90f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = doi2bib
pkgdesc = Generate a bibtex given a doi
- pkgver = 0.3.0
- pkgrel = 4
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/bibcure/doi2bib
arch = any
license = AGPL3
depends = python-requests
depends = python-bibtexparser
depends = python-future
- source = doi2bib-0.3.0.tar.gz::https://github.com/bibcure/doi2bib/archive/0.3.0.tar.gz
- sha256sums = 94857e12d71727bd9bfc9e4667a31c68b159ba1de60fb8a2adf0905baca2827a
+ source = doi2bib-0.4.0.tar.gz::https://github.com/bibcure/doi2bib/archive/0.4.0.tar.gz
+ sha256sums = 272458eb88a34ab0fd4c69c6a4f2698496ccd9791d827f52b6c2b3ae6a3a221c
pkgname = doi2bib
diff --git a/PKGBUILD b/PKGBUILD
index 7370b84a6dbb..f253ba6c50ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=doi2bib
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Generate a bibtex given a doi"
url="https://github.com/bibcure/doi2bib"
arch=('any')
license=('AGPL3')
depends=('python-requests' 'python-bibtexparser' 'python-future')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bibcure/doi2bib/archive/$pkgver.tar.gz")
-sha256sums=('94857e12d71727bd9bfc9e4667a31c68b159ba1de60fb8a2adf0905baca2827a')
+sha256sums=('272458eb88a34ab0fd4c69c6a4f2698496ccd9791d827f52b6c2b3ae6a3a221c')
package() {
cd $pkgname-$pkgver