summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-02-06 07:11:07 +0100
committerrazer2021-02-06 07:11:07 +0100
commit17d1283df4f7a704fce3cd01667484624025afa1 (patch)
tree6cd1f5a2171548cc248601060af2ab6d11bdc9a3 /PKGBUILD
parent0ea220f522c26e341ee34cf6a0dbff1ad5d5cb9b (diff)
downloadaur-17d1283df4f7a704fce3cd01667484624025afa1.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"