summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae301689477..ea24d31e8672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pubs
pkgdesc = Your bibliography on the command line
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pubs/pubs
arch = any
license = LGPL-3.0
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = python-configobj
depends = python-bibtexparser
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')