summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaxonbeta2019-09-17 11:45:01 -0500
committerSaxonbeta2019-09-17 11:45:01 -0500
commit1ee85d9a57526b19be054f02db77b7554d8bb1a2 (patch)
tree7a19a408acf152a33b421e6343c13933cc26ef88
parent6d9669c3e132900e7d4223414de5e6620f7429c3 (diff)
downloadaur-1ee85d9a57526b19be054f02db77b7554d8bb1a2.tar.gz
Update to v2.0.1. Sources updated
-rw-r--r--.SRCINFO9
-rwxr-xr-xPKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7040c9dd842..e833a59648a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = qnotero
pkgdesc = A Qt application which provides access to your Zotero references
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
- url = https://github.com/saxonbeta/qnotero
+ url = https://github.com/ealbiter/qnotero
arch = any
license = GPL
depends = python-qtpy
- depends = pdftk-bin
optdepends = gnote: for integration with gnote
optdepends = python-levenshtein: for integration with gnote
provides = gnotero
replaces = gnotero
- source = https://github.com/saxonbeta/qnotero/archive/2.0.0.tar.gz
- sha256sums = 823bcec8f6c63c5a36c8c4e621e2dcc41961c8922c638dfea0bb6acb49cff197
+ source = https://github.com/ealbiter/qnotero/archive/v2.0.1.tar.gz
+ sha256sums = 8f280a432ae732360d742627e56872e79fbaa769f09c2e76c17cb170dc3be71f
pkgname = qnotero
diff --git a/PKGBUILD b/PKGBUILD
index 652265ebaa3e..0058fbb05fe5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: saxonbeta <saxonbeta at gmail _ com>
#Contributor: Thomas Jost <schnouki at schnouki _ net>
pkgname=qnotero
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A Qt application which provides access to your Zotero references"
arch=(any)
-url="https://github.com/saxonbeta/qnotero"
+url="https://github.com/ealbiter/qnotero"
license=('GPL')
-depends=('python-qtpy' 'pdftk-bin')
+depends=('python-qtpy')
optdepends=(
'gnote: for integration with gnote'
'python-levenshtein: for integration with gnote'
)
provides=("gnotero")
replaces=("gnotero")
-source=(https://github.com/saxonbeta/qnotero/archive/${pkgver}.tar.gz)
-sha256sums=('823bcec8f6c63c5a36c8c4e621e2dcc41961c8922c638dfea0bb6acb49cff197')
+source=(https://github.com/ealbiter/qnotero/archive/v${pkgver}.tar.gz)
+sha256sums=('8f280a432ae732360d742627e56872e79fbaa769f09c2e76c17cb170dc3be71f')
build() {
cd "$srcdir/$pkgname-$pkgver"