summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2022-09-03 07:38:56 +0200
committerrazer2022-09-03 07:38:56 +0200
commit54c76c8e6fc0878820a04d9a5be1650d5e05a726 (patch)
tree311ea98ba2a682f352a24c3a4a7f6df493403633 /PKGBUILD
parentdd3e0ce2bcfe1cdf18b65041fad2d44232f4b514 (diff)
downloadaur-54c76c8e6fc0878820a04d9a5be1650d5e05a726.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf9a0ba1b98f..e5ba686d9bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-framebuf
_pypi_pkgname=adafruit-circuitpython-framebuf
-pkgver=1.4.11
+pkgver=1.4.14
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=('9f15959adcd02b8ca7105fcf720717f17ef9b0542f514e0d828abca35f8d910b')
+sha256sums=('edf9402d5456c25368c7cd5c251589a057f6db0e3ab0983f54691575a235c109')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"