summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgilbus2023-11-15 16:20:13 +0000
committergilbus2023-11-15 16:20:13 +0000
commit4d37af2da7dc917194da30319adc1701309fc5c2 (patch)
tree09b7d798d13321a496ba35b7d9f620f0aa8ad682 /PKGBUILD
parent40ee0fe316a53f8fa7dc92e7f76447697d151b2a (diff)
downloadaur-python-xdg-base-dirs.tar.gz
Update to 6.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c94167c8d0f..9574b721a643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gilbus <aur (AT) tinkershell dot eu>
pkgname=python-xdg-base-dirs
_name=xdg_base_dirs
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc="An implementation of the XDG Base Directory Specification in Python"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/srstevenson/xdg-base-dirs"
license=('ISC')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry-core')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3bc8813e260a78acba2f718b48eb00b5ff82bd9f02688b54b9e4ccd8a65d42cc')
+sha256sums=('b4c8f4ba72d1286018b25eea374ec6fbf4fddda3d4137edf50de95de53e195a6')
prepare() {
cd "$_name-$pkgver"