summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2019-01-28 02:37:54 +0100
committersasvari2019-01-28 02:37:54 +0100
commitc64675ac4ee0f87ebd7f528a010eca92221e05e4 (patch)
tree350a1a97eed68a9bad295598a8ed00f7c462470d
parentecabd6312466dddb3cab35490dcc9cb6d989cf39 (diff)
downloadaur-c64675ac4ee0f87ebd7f528a010eca92221e05e4.tar.gz
new revision
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d1aee369df5..9cf97ee48499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sasvari
pkg="pubs"
pkgname="$pkg"
-pkgver=0.8.1
+pkgver=0.8.2
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=('ce9193bc7a761625e6cb57e1ffccc1266ff52d933c89bb4e3fb94f221e0ae797')
+sha256sums=('757f0855900ce7c53c27cf2a32ef32f73f57210e31e3f6b608e64dab007f5ce9')
build () {
cd "$srcdir/$pkg-$pkgver"