David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-unearth
Commits:
8b4f456d by David Runge at 2025-12-23T16:23:41+01:00
upgpkg: 0.18.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-unearth
pkgdesc = A utility to fetch and download python packages
- pkgver = 0.18.1
- pkgrel = 2
+ pkgver = 0.18.2
+ pkgrel = 1
url = https://github.com/frostming/unearth
arch = any
license = MIT
@@ -20,8 +20,8 @@ pkgbase = python-unearth
depends = python-httpx
optdepends = python-keyring: use keyring for authentication
optdepends = python-requests: use legacy facilities for download
- source =
python-unearth-0.18.1.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.18.1.tar.gz
- sha512sums =
3a81c8f2f4bd192f0e4c8800944be0645bf173cfc0aebe48690b3b6319b3d95aaece8a3adba01c4cfbb9a2c9729d316b2f70cb2b527ee91046b111dd19d7fed8
- b2sums =
056403f9c9e2d19010497e92ba2ea61cbe60d856c3a893c64a2efa3c2aae9d8a47501019d075edfa3253af1b263a22c63a47f47dca51b16420a9e83a66e31833
+ source =
python-unearth-0.18.2.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.18.2.tar.gz
+ sha512sums =
987a8efc396c6f6c8a0eb9defd6d068e98bc219ca5df30c2b9f198e65bc530a19ac24e90ce5ef62e1b4878feefde58b30ee36e185b3933da96196ff6ca9c7dc2
+ b2sums =
26e6ddee52c525c358c18f4b3a92672cf897034d7f2083e9a86e4221b672a29edb237065fc4b4104acd48ee81aa81d41e377f926f0deb477accf8a29add0ba70
pkgname = python-unearth
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_name=unearth
pkgname=python-unearth
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.18.2
+pkgrel=1
pkgdesc="A utility to fetch and download python packages"
arch=(any)
url="https://github.com/frostming/unearth"
@@ -34,8 +34,8 @@ optdepends=(
source=(
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
)
-sha512sums=('3a81c8f2f4bd192f0e4c8800944be0645bf173cfc0aebe48690b3b6319b3d95aaece8a3adba01c4cfbb9a2c9729d316b2f70cb2b527ee91046b111dd19d7fed8')
-b2sums=('056403f9c9e2d19010497e92ba2ea61cbe60d856c3a893c64a2efa3c2aae9d8a47501019d075edfa3253af1b263a22c63a47f47dca51b16420a9e83a66e31833')
+sha512sums=('987a8efc396c6f6c8a0eb9defd6d068e98bc219ca5df30c2b9f198e65bc530a19ac24e90ce5ef62e1b4878feefde58b30ee36e185b3933da96196ff6ca9c7dc2')
+b2sums=('26e6ddee52c525c358c18f4b3a92672cf897034d7f2083e9a86e4221b672a29edb237065fc4b4104acd48ee81aa81d41e377f926f0deb477accf8a29add0ba70')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-unearth/-/commit/8b4f456de0bffe4861301831fdd191bc8d258a1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-unearth/-/commit/8b4f456de0bffe4861301831fdd191bc8d258a1a
You're receiving this email because of your account on gitlab.archlinux.org.