summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2024-05-12 08:47:33 +0200
committerrazer2024-05-12 08:47:33 +0200
commit321c35df4a4a9c57e5c7799bd91b63b88664e082 (patch)
treea57114026ede362595bdf8f0eac51c438b7d31b8
parentc1f68b686e643b61a8ff5eebe771a653591db2f4 (diff)
downloadaur-321c35df4a4a9c57e5c7799bd91b63b88664e082.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 11854b90449f..0bbfb427827b 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.62.0
+ pkgver = 3.63.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.62.0.tar.gz
- sha256sums = 2f609ba96ab23a8e26abe2ac3bc1580321c29512855cc2d65ad7d8120d120f7e
+ source = https://pypi.io/packages/source/A/Adafruit-PlatformDetect/Adafruit-PlatformDetect-3.63.0.tar.gz
+ sha256sums = 6e7b5c3ff3f47a842c8c84107092edb17b0f712ca5295354a7e7ff442fd4e66e
pkgname = python-adafruit-platformdetect
diff --git a/PKGBUILD b/PKGBUILD
index 63eac7e49d73..70ae59b9c4ff 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.62.0
+pkgver=3.63.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=('2f609ba96ab23a8e26abe2ac3bc1580321c29512855cc2d65ad7d8120d120f7e')
+sha256sums=('6e7b5c3ff3f47a842c8c84107092edb17b0f712ca5295354a7e7ff442fd4e66e')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"