summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke2017-02-22 21:18:55 +0100
committerChristian Rebischke2017-02-22 21:18:55 +0100
commite937fa9859e7479bbe8835ff4096565bc4b205dd (patch)
tree49ba4ea937333bac73adf88690427818f94bc7a3
parentecadcd2e51330a39aad25df43625f4f9e73c0f19 (diff)
downloadaur-e937fa9859e7479bbe8835ff4096565bc4b205dd.tar.gz
added python-dnspython to optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af23bd65186..5faeba1dbd6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cloud-buster
arch = any
license = GPL3
depends = python
+ optdepends = python-dnspython
source = cloud-buster-1.0.tar.gz::https://github.com/SageHack/cloud-buster/archive/v1.0.tar.gz
source = cloud-buster.sh
sha512sums = 7705e4af78eb3e372ede8a299a89c0353b76cddc33f9a2e3136d7fa16ef238153fb654fcd18597efe95e08dc293c77c946b2b63b911bd6212a37b0fd7dd578a1
diff --git a/PKGBUILD b/PKGBUILD
index 01468bede4ca..cbafa58da37f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('any')
url="https://github.com/SageHack/cloud-buster"
license=('GPL3')
depends=('python')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SageHack/cloud-buster/archive/v1.0.tar.gz" "cloud-buster.sh")
+optdepends=('python-dnspython')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SageHack/cloud-buster/archive/v${pkgver}.tar.gz" "cloud-buster.sh")
sha512sums=('7705e4af78eb3e372ede8a299a89c0353b76cddc33f9a2e3136d7fa16ef238153fb654fcd18597efe95e08dc293c77c946b2b63b911bd6212a37b0fd7dd578a1'
'bb773d1c650e1667a91aa67d9bbf1ae683e190a6f2a320665dc077ac8fdedd95294721f9e0f2c7a6adc195ab2873d7638b62bca0656a0bf33fe8539fc890d49c')