summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaron Kent-Dobias2023-05-03 22:10:26 +0200
committerJaron Kent-Dobias2023-05-03 22:10:26 +0200
commit3b62711de936edb242536451d8c597d815f10af1 (patch)
treed6a5985d3444acd9092f929acc73020be62f96f4 /PKGBUILD
parentaebeed08bcb4188190211ad2c10fa5f81b9fb726 (diff)
downloadaur-pubs.tar.gz
Added python-setuptools as a makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0bd7e33204f..bdca6fdbe7f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkg="pubs"
pkgname="$pkg"
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Your bibliography on the command line"
arch=(any)
url="https://github.com/pubs/pubs"
license=('LGPL-3.0')
depends=("python" "python-configobj" "python-bibtexparser" "python-beautifulsoup4" "python-yaml" "python-feedparser" "python-dateutil" "python-requests")
-makedepends=("git")
+makedepends=("git" "python-setuptools")
provides=("pubs")
source=("https://github.com/pubs/pubs/archive/v$pkgver.tar.gz")
sha256sums=('754a6033510f145702eeab4e99d71ed024f9e73245e2a71821692a9a32075b2b')