summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2023-05-16 07:54:51 +0200
committerrazer2023-05-16 07:54:51 +0200
commit1874e5a34faceb0ce93206abc997ec0ef2253e6e (patch)
tree50487177b9a7ac757e7a800996626b119c472abe /PKGBUILD
parent1d1aa1eda939e525ec8a21cb34a55c92c0260054 (diff)
downloadaur-1874e5a34faceb0ce93206abc997ec0ef2253e6e.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 ee9dc393560e..150514388079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-blinka
_pypi_pkgname=Adafruit-Blinka
-pkgver=8.18.1
+pkgver=8.19.0
pkgrel=0
pkgdesc="CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython"
arch=('armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-pip')
depends=('libgpiod' 'python' 'python-sysv_ipc' 'python-adafruit-platformdetect' 'python-adafruit-pureio')
optdepends=()
source=("https://pypi.io/packages/source/A/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('3315f1a57371013b0351528ade54803708cc37be28611c1355166cdbfdf58ef4')
+sha256sums=('be65e91dfdd9780cc39ed2beaf489aee5b24a28759aad20633282f946e5113fb')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"