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 87ccaf5235d8..7281c438c695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adafruit-platformdetect
pkgdesc = Platform detection for use by libraries like Adafruit-Blinka
- pkgver = 1.3.6
+ pkgver = 1.3.8
pkgrel = 0
url = https://github.com/adafruit/Adafruit_Python_PlatformDetect
arch = armv6h
@@ -8,8 +8,8 @@ pkgbase = python-adafruit-platformdetect
license = MIT
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-1.3.6.tar.gz
- sha256sums = 5c9409209ca4d55082cf356dc9226824a654e0cb63f01ee2dbfa532d9625a6e8
+ source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-1.3.8.tar.gz
+ sha256sums = 6c221144aec8d59946100b2e80ec82b023baa99706acb50b95c7ade201a187de
pkgname = python-adafruit-platformdetect
diff --git a/PKGBUILD b/PKGBUILD
index 562d166e7600..20a4916a9d78 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=1.3.6
+pkgver=1.3.8
pkgrel=0
pkgdesc="Platform detection for use by libraries like Adafruit-Blinka"
arch=('armv6h' 'armv7h')
@@ -10,7 +10,7 @@ license=('MIT')
source=("https://pypi.io/packages/source/A/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
makedepends=('python-setuptools')
depends=('python')
-sha256sums=('5c9409209ca4d55082cf356dc9226824a654e0cb63f01ee2dbfa532d9625a6e8')
+sha256sums=('6c221144aec8d59946100b2e80ec82b023baa99706acb50b95c7ade201a187de')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"