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 2af035b558a6..dde2baaf79a0 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.1
+ pkgver = 1.6.3
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.1.tar.gz
- sha256sums = 849e4006e9f1b4e358d6d74ea50cca29e10e7d8b5af485def3d350208d2b1047
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.6.3.tar.gz
+ sha256sums = 8fceda15cad7449f46a008b7e22f366dfb396ac8c699e76764d9c9ec5f6ac08c
pkgname = python-adafruit-circuitpython-framebuf
diff --git a/PKGBUILD b/PKGBUILD
index 9a16ecaecd1b..188f2e7be62d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.6.1
+pkgver=1.6.3
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=('849e4006e9f1b4e358d6d74ea50cca29e10e7d8b5af485def3d350208d2b1047')
+sha256sums=('8fceda15cad7449f46a008b7e22f366dfb396ac8c699e76764d9c9ec5f6ac08c')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"