summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2018-08-28 13:48:47 +0200
committersasvari2018-08-28 13:48:47 +0200
commitc88082f25c295c9112e58544f6a0bd0ee208a932 (patch)
tree427ffd624c6b8f9739f09c36624751059dff9d06
parent60a19f2270966b4fa9ee609a74cfe6c0665d1bd9 (diff)
downloadaur-c88082f25c295c9112e58544f6a0bd0ee208a932.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 4ada94bc60f0..05173519057d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pubs
pkgdesc = Your bibliography on the command line
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/pubs/pubs
arch = any
@@ -13,8 +13,8 @@ pkgbase = pubs
depends = python-yaml
depends = python-feedparser
provides = pubs
- source = https://github.com/pubs/pubs/archive/v0.8.0.tar.gz
- sha256sums = 13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc
+ source = https://github.com/pubs/pubs/archive/v0.8.1.tar.gz
+ sha256sums = ce9193bc7a761625e6cb57e1ffccc1266ff52d933c89bb4e3fb94f221e0ae797
pkgname = pubs
diff --git a/PKGBUILD b/PKGBUILD
index 93bdf575de88..86c596f13a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sasvari
pkg="pubs"
pkgname="$pkg"
-pkgver=0.8.0
+pkgver=0.8.1
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=('13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc')
+sha256sums=('ce9193bc7a761625e6cb57e1ffccc1266ff52d933c89bb4e3fb94f221e0ae797')
build () {
cd "$srcdir/$pkg-$pkgver"