summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-11-12 08:05:12 +0100
committerrazer2022-11-12 08:05:12 +0100
commitb16f47879accafc7a264a516e48448efc50643ce (patch)
treec0647319fbd300d57d088c687d6691397d654c44
parent968b4f1c998db8f1d2db4b551005fbcd9ebc6f99 (diff)
downloadaur-b16f47879accafc7a264a516e48448efc50643ce.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc56cb0023a7..0d8972f32e5b 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.27.2
+ pkgver = 3.33.0
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.27.2.tar.gz
- sha256sums = 6ec7a1be85fadb92ebfb9fe27989c8054314a640afde69430c209fd94c97b0c9
+ source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.33.0.tar.gz
+ sha256sums = 163f8b513a2f666eadd184426bc42da1305a97e3de7c2bd3225f4e781a1a73a5
pkgname = python-adafruit-platformdetect
diff --git a/PKGBUILD b/PKGBUILD
index e0e92c4ee22e..846505dad9f5 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.27.2
+pkgver=3.33.0
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=('6ec7a1be85fadb92ebfb9fe27989c8054314a640afde69430c209fd94c97b0c9')
+sha256sums=('163f8b513a2f666eadd184426bc42da1305a97e3de7c2bd3225f4e781a1a73a5')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"