summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156e559c6392..214a30011ecb 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.4.7
+ pkgver = 1.4.8
pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
arch = armv6h
@@ -11,8 +11,7 @@ pkgbase = python-adafruit-circuitpython-framebuf
depends = python
depends = python-adafruit-blinka
optdepends = python-raspberry-gpio
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.4.7.tar.gz
- sha256sums = 50d4403dfc704ef2b9adb7ca7ccb73049b4528abd6a44fd018fb09cb692d6fc1
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.4.8.tar.gz
+ sha256sums = f231d47d21e27c64dddb9d5e4a905e0de6735dee7b2ed532f65207b0877fe52c
pkgname = python-adafruit-circuitpython-framebuf
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c62955fd061..5724e3b79a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.4.7
+pkgver=1.4.8
pkgrel=0
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('armv6h' 'armv7h')
@@ -12,7 +12,7 @@ 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")
-sha256sums=('50d4403dfc704ef2b9adb7ca7ccb73049b4528abd6a44fd018fb09cb692d6fc1')
+sha256sums=('f231d47d21e27c64dddb9d5e4a905e0de6735dee7b2ed532f65207b0877fe52c')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"