summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-03-24 10:23:51 +0100
committerrazer2021-03-24 10:23:51 +0100
commit382b7dcdef329d23f3e092919aed8c6900c354e7 (patch)
treebf679f8918417861a517f2f109f56d7337c83910
parent5543017077fab5518926d735b9c65ce75b22ca25 (diff)
downloadaur-382b7dcdef329d23f3e092919aed8c6900c354e7.tar.gz
Add pip to makedeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7871ef03dbf7..81c21582a595 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-adafruit-circuitpython-framebuf
pkgdesc = CircuitPython frambuf module, based on the Python frambuf module
pkgver = 1.4.6
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
arch = armv6h
arch = armv7h
license = MIT
makedepends = python-setuptools
+ makedepends = python-pip
depends = python
depends = python-adafruit-blinka
optdepends = python-raspberry-gpio
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")