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 2a1fe2148ddb..7d579f990031 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.14.0
+ pkgver = 3.15.3
pkgrel = 0
url = https://github.com/adafruit/Adafruit_Python_PlatformDetect
arch = armv6h
@@ -10,7 +10,7 @@ pkgbase = python-adafruit-platformdetect
makedepends = python-setuptools
makedepends = python-pip
depends = python
- source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.14.0.tar.gz
- sha256sums = 10a1d53347da76028c12c6d5bf73a4123bc44a0eb1c28aa6a94b53c70c2963ec
+ source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.15.3.tar.gz
+ sha256sums = 726782879e1dc18c1b2f50301ab3f04c3a7817a54e35c955ee2bb64a6d60df74
pkgname = python-adafruit-platformdetect
diff --git a/PKGBUILD b/PKGBUILD
index 2700d851ed72..8370eb0dfe66 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.14.0
+pkgver=3.15.3
pkgrel=0
pkgdesc="Platform detection for use by libraries like Adafruit-Blinka"
arch=('armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
source=("https://pypi.io/packages/source/A/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
makedepends=('python-setuptools' 'python-pip')
depends=('python')
-sha256sums=('10a1d53347da76028c12c6d5bf73a4123bc44a0eb1c28aa6a94b53c70c2963ec')
+sha256sums=('726782879e1dc18c1b2f50301ab3f04c3a7817a54e35c955ee2bb64a6d60df74')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"