summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664e020c155f..16f93f5208f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adafruit-platformdetect
pkgdesc = Platform detection for use by libraries like Adafruit-Blinka
- pkgver = 3.54.0
+ pkgver = 3.58.0
pkgrel = 0
url = https://github.com/adafruit/Adafruit_Python_PlatformDetect
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-adafruit-platformdetect
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
- source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.54.0.tar.gz
- sha256sums = fecae7a6612bbcd32d1f40c2d2f1aa263c554be5e52cc6fa4eebaf8b80c33519
+ source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.58.0.tar.gz
+ sha256sums = f69b9c763e2b5c22e2b6836abb575d11363d5d49889487c2d21228289e782acf
pkgname = python-adafruit-platformdetect
diff --git a/PKGBUILD b/PKGBUILD
index 352ea1cbcb8d..3f208850df13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: razer <razer[at]neuf[dot]fr>
pkgname=python-adafruit-platformdetect
_pypi_pkgname=Adafruit-PlatformDetect
-pkgver=3.54.0
+pkgver=3.58.0
pkgrel=0
pkgdesc="Platform detection for use by libraries like Adafruit-Blinka"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(
'python-setuptools-scm'
)
depends=('python')
-sha256sums=('fecae7a6612bbcd32d1f40c2d2f1aa263c554be5e52cc6fa4eebaf8b80c33519')
+sha256sums=('f69b9c763e2b5c22e2b6836abb575d11363d5d49889487c2d21228289e782acf')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"