summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2019-11-15 10:54:52 +0100
committersasvari2019-11-15 10:54:52 +0100
commitd1914659ae5820de0dfe9682cd9d1d1f254a4aff (patch)
treedca0a2cc73984ea8d75d22cfe6ecf8535306d826
parent9e89928d2952ec61a9050db95c67aebec3fdc252 (diff)
downloadaur-d1914659ae5820de0dfe9682cd9d1d1f254a4aff.tar.gz
new revision
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da3ee50e3143..2f7c2151db2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pubs
pkgdesc = Your bibliography on the command line
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/pubs/pubs
arch = any
@@ -15,8 +15,8 @@ pkgbase = pubs
depends = python-dateutil
depends = python-requests
provides = pubs
- source = https://github.com/pubs/pubs/archive/v0.8.2.tar.gz
- sha256sums = 757f0855900ce7c53c27cf2a32ef32f73f57210e31e3f6b608e64dab007f5ce9
+ source = https://github.com/pubs/pubs/archive/v0.8.3.tar.gz
+ sha256sums = 8241633805b19266cc042f8216b3934078f40327dfba7be87dda59c87e363ce5
pkgname = pubs
diff --git a/PKGBUILD b/PKGBUILD
index 9cf97ee48499..034322c829a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sasvari
pkg="pubs"
pkgname="$pkg"
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Your bibliography on the command line"
arch=(any)
@@ -11,7 +11,7 @@ depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup
makedepends=("git")
provides=("pubs")
source=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz")
-sha256sums=('757f0855900ce7c53c27cf2a32ef32f73f57210e31e3f6b608e64dab007f5ce9')
+sha256sums=('8241633805b19266cc042f8216b3934078f40327dfba7be87dda59c87e363ce5')
build () {
cd "$srcdir/$pkg-$pkgver"