summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fb99e78f231..b4e531d2599f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-blinka
_pypi_pkgname=Adafruit-Blinka
-pkgver=8.30.0
-pkgrel=1
+pkgver=8.35.0
+pkgrel=0
pkgdesc="CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython"
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/adafruit/Adafruit_Blinka"
@@ -23,7 +23,7 @@ depends=(
)
optdepends=()
source=("https://pypi.io/packages/source/A/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('db968c4efa84aac6bec9f4788ae214bfed97748dfd5c3985b72cf80b0162a4fe')
+sha256sums=('382d8a01a31fc427096bd0f3759e59560990bf8fc43f4e3b2ec5fb841427d718')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"