summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-03-24 10:23:51 +0100
committerrazer2021-03-24 10:23:51 +0100
commit382b7dcdef329d23f3e092919aed8c6900c354e7 (patch)
treebf679f8918417861a517f2f109f56d7337c83910 /PKGBUILD
parent5543017077fab5518926d735b9c65ce75b22ca25 (diff)
downloadaur-382b7dcdef329d23f3e092919aed8c6900c354e7.tar.gz
Add pip to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a10aab408155..31bb5836350c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
pkgver=1.4.6
-pkgrel=0
+pkgrel=1
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('armv6h' 'armv7h')
url="https://github.com/adafruit/Adafruit_CircuitPython_framebuf"
license=('MIT')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-adafruit-blinka')
optdepends=('python-raspberry-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")