summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fbba209218b..a47501512ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adafruit-circuitpython-framebuf
pkgdesc = CircuitPython frambuf module, based on the Python frambuf module
- pkgver = 1.6.4
+ pkgver = 1.6.5
pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-adafruit-circuitpython-framebuf
depends = python
depends = python-adafruit-blinka
optdepends = python-rpi-gpio
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.6.4.tar.gz
- sha256sums = 5bdc2d20382e14591eaeb392c24fbb17f60f01fc548cfcc148a1b83cfc8a5f49
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.6.5.tar.gz
+ sha256sums = d0c71d123606a8ef18f0e1093bee28b93a70fa0baf2461c86ce644f09c8d3272
pkgname = python-adafruit-circuitpython-framebuf
diff --git a/PKGBUILD b/PKGBUILD
index 55aaf36209c2..3af01a41abf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.6.4
+pkgver=1.6.5
pkgrel=0
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('any')
@@ -20,7 +20,7 @@ depends=(
)
optdepends=('python-rpi-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5bdc2d20382e14591eaeb392c24fbb17f60f01fc548cfcc148a1b83cfc8a5f49')
+sha256sums=('d0c71d123606a8ef18f0e1093bee28b93a70fa0baf2461c86ce644f09c8d3272')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"