summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrotok2017-04-03 12:17:31 +0400
committerCrotok2017-04-03 12:17:31 +0400
commit38fd62c7fdc744e29477f32983993ffbf8fcad7f (patch)
treea90ab3267a51512a2b7dc1a1eea55e6079600916
parenta2a79512b3971974b919dc132535a2fc5892804c (diff)
downloadaur-38fd62c7fdc744e29477f32983993ffbf8fcad7f.tar.gz
Add pyhton-scrapy as optional dependancy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df232233171..4fe4aee870a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = shub-bin
url = https://scrapinghub.com/
arch = x86_64
license = BSD
+ optdepends = python-scrapy: scrapy python script.
provides = shub=2.5.1
conflicts = shub
source = https://github.com/scrapinghub/shub/releases/download/v2.5.1/shub-v2.5.1-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 625a9a136b6e..4a9a144e5bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ conflicts=("${_pkgbase}")
url="https://scrapinghub.com/"
license=("BSD")
provides=("shub=${pkgver}")
+optdepends=('python-scrapy: scrapy python script.')
source=("https://github.com/scrapinghub/shub/releases/download/v2.5.1/shub-v${pkgver}-linux-x64.tar.gz")
-
sha256sums=("5e449fa2378f6f32b047aac2efd981d462440b70e762fa3eceff0a28347a3842")
package() {