summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-02-09 07:37:55 +0100
committerrazer2022-02-09 07:37:55 +0100
commite91cb47d81dd2345b2f98f6927e3fe9903917e79 (patch)
tree1a031358aad881b0ac442b219f1d317302672718
parentf4c01d18f25f922b6ccc76d733d398952cd36945 (diff)
downloadaur-e91cb47d81dd2345b2f98f6927e3fe9903917e79.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0a6af32e31..094b87ed4dbf 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.8
- pkgrel = 1
+ pkgver = 1.4.9
+ pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
arch = armv6h
arch = armv7h
@@ -11,7 +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.8.tar.gz
- sha256sums = f231d47d21e27c64dddb9d5e4a905e0de6735dee7b2ed532f65207b0877fe52c
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-framebuf/adafruit-circuitpython-framebuf-1.4.9.tar.gz
+ sha256sums = 801f421406c120bf2da01498f77aee723d616899523f976cfecb8faa3d93b992
pkgname = python-adafruit-circuitpython-framebuf
diff --git a/PKGBUILD b/PKGBUILD
index a712b63d5b8f..f1d25365d0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.4.8
-pkgrel=1
+pkgver=1.4.9
+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' '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=('f231d47d21e27c64dddb9d5e4a905e0de6735dee7b2ed532f65207b0877fe52c')
+sha256sums=('801f421406c120bf2da01498f77aee723d616899523f976cfecb8faa3d93b992')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"