summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Irofti2021-03-03 23:21:12 +0200
committerPaul Irofti2021-03-03 23:21:12 +0200
commit2e0ba1b24d6bb1cfe97d9b31478e3dfb4a3562be (patch)
treed5f309c76a680b7a70ce9646f33350e302580225
parentb431a98fbd006ec448c803a4ddb6ac804227747c (diff)
downloadaur-2e0ba1b24d6bb1cfe97d9b31478e3dfb4a3562be.tar.gz
Add missing deps, add myself as co-maintainer
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22efd6845233..ee8024782ecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scholarly
pkgdesc = Retrieve author and publication information from Google Scholar in a friendly, Pythonic way
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OrganicIrradiation/scholarly
arch = any
license = Unlicense
@@ -11,6 +11,11 @@ pkgbase = python-scholarly
depends = python-beautifulsoup4
depends = python-bibtexparser
depends = python-requests
+ depends = python-dotenv
+ depends = python-free_proxy
+ depends = python-fake-useragent
+ depends = python-selenium
+ depends = python-stem
options = !emptydirs
source = https://github.com/OrganicIrradiation/scholarly/archive/v1.0.2.tar.gz
sha256sums = 395c1e68387c7c85cfeb740afac90b75c40e8c906c54f79c7fab0b1edf82a837
diff --git a/PKGBUILD b/PKGBUILD
index cc89dbff2d5b..e1832a018699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
+# Maintainer: Paul Irofti <paul@irofti.net>
_modulename=scholarly
pkgname=python-$_modulename
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Retrieve author and publication information from Google Scholar in a friendly, Pythonic way"
arch=(any)
url="https://github.com/OrganicIrradiation/scholarly"
license=('Unlicense')
groups=()
-depends=('python-arrow' 'python-beautifulsoup4' 'python-bibtexparser' 'python-requests')
+depends=('python-arrow' 'python-beautifulsoup4' 'python-bibtexparser'
+ 'python-requests' 'python-dotenv' 'python-free_proxy'
+ 'python-fake-useragent' 'python-selenium' 'python-stem')
makedepends=('python-setuptools' 'python-numpy')
provides=()
conflicts=()