author | George Rawlinson
<grawlinson@archlinux.org> 2023-12-05 20:15:59 UTC |
committer | George Rawlinson
<grawlinson@archlinux.org> 2023-12-05 20:15:59 UTC |
parent | c339b0e0c808fa80abbd452ab846d38764f54076 |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index f63c0ee..efe4791 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-platformdirs pkgdesc = A library to determine platform-specific system directories - pkgver = 4.0.0 + pkgver = 4.1.0 pkgrel = 1 url = https://github.com/platformdirs/platformdirs arch = any @@ -15,7 +15,7 @@ pkgbase = python-platformdirs makedepends = python-hatch-vcs depends = python depends = python-typing_extensions - source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#commit=3935ea2cb801ae4a8a75da73bd49e52e0daaa01d + source = python-platformdirs::git+https://github.com/platformdirs/platformdirs#tag=4.1.0 b2sums = SKIP pkgname = python-platformdirs diff --git a/PKGBUILD b/PKGBUILD index 9ce45b7..662ca87 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tobias Roettger <toroettg@gmail.com> pkgname=python-platformdirs -pkgver=4.0.0 +pkgver=4.1.0 pkgrel=1 pkgdesc='A library to determine platform-specific system directories' arch=('any') @@ -22,8 +22,7 @@ checkdepends=( 'python-pytest-mock' 'python-appdirs' ) -_commit='3935ea2cb801ae4a8a75da73bd49e52e0daaa01d' -source=("$pkgname::git+$url#commit=$_commit") +source=("$pkgname::git+$url#tag=$pkgver") b2sums=('SKIP') pkgver() {