summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcqzw5552024-03-16 18:30:07 +0800
committercqzw5552024-03-16 18:30:07 +0800
commit1de20e1fcd800804309e153c95be91f7a1577f67 (patch)
tree74a0df5360357a3e63ef4b4ec7a1b105823eb63a
parent49ae0b5dd7293bbc1ce39d91333983ee1ff111a4 (diff)
downloadaur-1de20e1fcd800804309e153c95be91f7a1577f67.tar.gz
upgpkg: python-stdlib-list 0.10.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aa24637eda1..b6d537088f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-stdlib-list
pkgdesc = A list of Python Standard Libraries
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/pypi/stdlib-list
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-stdlib-list
makedepends = python-installer
makedepends = python-flit-core
depends = python
- source = python-stdlib-list::git+https://github.com/pypi/stdlib-list#commit=741c4e2d4f67ec85ef45e3a2e6823d4832ecbde7
+ source = python-stdlib-list::git+https://github.com/pypi/stdlib-list#commit=21e67eef5898d27004442f68e84f2b8a847e319a
b2sums = SKIP
pkgname = python-stdlib-list
diff --git a/PKGBUILD b/PKGBUILD
index 1c0febbc9c14..e79beed6c576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philipp A. <flying-sheep@web.de>
pkgname=python-stdlib-list
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc='A list of Python Standard Libraries'
arch=('any')
@@ -16,7 +16,7 @@ makedepends=(
'python-flit-core'
)
checkdepends=('python-pytest')
-_commit='741c4e2d4f67ec85ef45e3a2e6823d4832ecbde7'
+_commit='21e67eef5898d27004442f68e84f2b8a847e319a'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')