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 64c5f11aa641..8a3a50048926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-kflash
pkgdesc = A Python-based cross-platform Kendryte K210 UART ISP Utility
pkgver = 0.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kendryte/kflash.py
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-pyserial
depends = python-pyelftools
diff --git a/PKGBUILD b/PKGBUILD
index 80fff49bb437..5a516aa4e132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
pkgname=python-kflash
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Python-based cross-platform Kendryte K210 UART ISP Utility"
arch=(any)
url="https://github.com/kendryte/kflash.py"
license=('MIT')
groups=()
depends=('python' 'python-pyserial' 'python-pyelftools')
-makedepends=()
+makedepends=('python-setuptools')
provides=()
conflicts=()
replaces=()