summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:47:28 +0100
committerWill Handley2022-07-01 15:47:28 +0100
commitfee1e18eba13bef911b056e035acac035bcd15fa (patch)
tree790691c395c5fa1c4ed4c1e0133818e8d71d2306
parent55bd99d0e4ae5102bc270d1206f18d5b53fd7af6 (diff)
downloadaur-fee1e18eba13bef911b056e035acac035bcd15fa.tar.gz
Updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e289c5029ee..397dc32850d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = python-scholarly
url = https://github.com/OrganicIrradiation/scholarly
arch = any
license = Unlicense
- makedepends = python-setuptools
- makedepends = python-numpy
+ makedepends = python-build
+ makedepends = python-installer
depends = python-arrow
depends = python-beautifulsoup4
depends = python-bibtexparser
diff --git a/PKGBUILD b/PKGBUILD
index d78e71149844..f31fafbd79f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,8 @@ arch=(any)
url="https://github.com/OrganicIrradiation/scholarly"
license=('Unlicense')
groups=()
-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')
+depends=(python-arrow python-beautifulsoup4 python-bibtexparser python-requests python-dotenv python-free_proxy python-fake-useragent python-selenium python-stem)
+makedepends=(python-build python-installer)
provides=()
conflicts=()
replaces=()