summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-17 20:04:09 +0200
committerhaawda2020-07-17 20:04:09 +0200
commit8d0deced92e0ed038fa5857652ff11d73dd90938 (patch)
treeec75feae36d2cd0ba636d192ca3b537cf2bb5b14
parentc67f699a69c2d407b729580006cbc10c0f5289d5 (diff)
downloadaur-doi2bib.tar.gz
update
-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