summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605077150aaf..488dc9ba2107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adafruit-circuitpython-framebuf
pkgdesc = CircuitPython frambuf module, based on the Python frambuf module
- pkgver = 1.4.3
- pkgrel = 1
+ pkgver = 1.4.4
+ pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
arch = armv6h
arch = armv7h
@@ -10,8 +10,8 @@ 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.3.tar.gz
- sha256sums = 73d912e68ae4501f397c8494b35877caa0dd97662c903e0cfc1ed98369c35b3e
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.4.4.tar.gz
+ sha256sums = 35efab0df582074e4268d48ee67b0809218ffb38fd7d5d9ee395903a10dee640
pkgname = python-adafruit-circuitpython-framebuf
diff --git a/PKGBUILD b/PKGBUILD
index c54284cdf84e..4816b1de9cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.4.3
-pkgrel=1
+pkgver=1.4.4
+pkgrel=0
pkgdesc="CircuitPython frambuf module, based on the Python frambuf module"
arch=('armv6h' 'armv7h')
url="https://github.com/adafruit/Adafruit_CircuitPython_framebuf"
@@ -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=('73d912e68ae4501f397c8494b35877caa0dd97662c903e0cfc1ed98369c35b3e')
+sha256sums=('35efab0df582074e4268d48ee67b0809218ffb38fd7d5d9ee395903a10dee640')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"