summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasvari2018-08-20 18:11:44 +0200
committersasvari2018-08-20 18:11:44 +0200
commit8a6d7abbf360d53f1a93a2e82c16648d953cf5ef (patch)
tree02c281a8b55b4bf9c3b96fa00f6bbe576bdb1aae
parentb8c0209562b8fd0170a5538dd0604795b10de1c5 (diff)
downloadaur-8a6d7abbf360d53f1a93a2e82c16648d953cf5ef.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 1723c55be6a9..7f59c975de0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pubs
pkgdesc = Your bibliography on the command line
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/pubs/pubs
arch = any
@@ -12,8 +12,8 @@ pkgbase = pubs
depends = python-beautifulsoup4
depends = python-yaml
provides = pubs
- source = https://github.com/pubs/pubs/archive/v0.7.0.tar.gz
- sha256sums = bab7571227eead1eff71191461c57db20461ea8ce6937be7c11be7ff9349cfe3
+ source = https://github.com/pubs/pubs/archive/v0.8.0.tar.gz
+ sha256sums = 13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc
pkgname = pubs
diff --git a/PKGBUILD b/PKGBUILD
index 9ee55875f922..771ed672b75b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sasvari
pkg="pubs"
pkgname="$pkg"
-pkgver=0.7.0
+pkgver=0.8.0
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=('bab7571227eead1eff71191461c57db20461ea8ce6937be7c11be7ff9349cfe3')
+sha256sums=('13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc')
build () {
cd "$srcdir/$pkg-$pkgver"