aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 20:11:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 20:11:20 -0300
commitbc433fd9d9a7699bf3b7361d9c84d4fa59053f3d (patch)
tree60d67060d9485016272fe4854792c5006a580d9d
parentd36e638c492702e5d608b72880f44d8039c03575 (diff)
testing/cloudflare-ddns: drop dep on py3-setuptools
-rw-r--r--testing/cloudflare-ddns/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/cloudflare-ddns/APKBUILD b/testing/cloudflare-ddns/APKBUILD
index 4c571f7d512..7bd744295eb 100644
--- a/testing/cloudflare-ddns/APKBUILD
+++ b/testing/cloudflare-ddns/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=cloudflare-ddns
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="DDNS script to sync public IP address to CloudFlare dns records"
options="!check" # No testsuite
url="https://github.com/ailionx/cloudflare-ddns"
arch="noarch"
license="MIT"
-depends="py3-setuptools py3-requests"
+depends="py3-requests"
+makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/ailionx/cloudflare-ddns/archive/$pkgver.tar.gz"
build() {