summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2020-05-20 06:57:58 +0200
committerrazer2020-05-20 06:57:58 +0200
commit877ead748bf88815b3e7be2a50bcfd47f3b23e93 (patch)
treef3c347c784a45d3f89ed7804ec10212be935c10f /PKGBUILD
parentac8a5c68c635396b63aba9ea7d7b71fa78dfa46a (diff)
downloadaur-877ead748bf88815b3e7be2a50bcfd47f3b23e93.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bed0bd406262..c463097ef5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=0
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('armv6h' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
depends=('python' 'python-adafruit-blinka')
optdepends=('python-raspberry-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('168fdf89e276a869f1b036032988d4c470c4ff96f5d8dfca41ae107f4e23a3f2')
+sha256sums=('341d293c189f9c8035aa3b7f3257542719e2387661778fec22541c04f804b69b')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"