Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-pycares
Commits: 575c8c0e by Daniel M. Capella at 2025-06-13T12:34:01-04:00 upgpkg: 4.9.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pycares pkgdesc = Python interface for c-ares - pkgver = 4.8.0 + pkgver = 4.9.0 pkgrel = 1 url = https://github.com/saghul/pycares arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = python-pycares depends = c-ares depends = python-cffi optdepends = python-idna - source = git+https://github.com/saghul/pycares.git#tag=v4.8.0 - b2sums = a2621038ad9e2ba043c7b6082362eb8ac90cbce83ffa783cd208a3a494c4f42283b3a9931a02960241248e7046fdb7e9d03d0a9fd75e307bf3efa80e859fc14d + source = git+https://github.com/saghul/pycares.git#tag=v4.9.0 + b2sums = 39866782254fe95d25dcd60837155ddb1ea717af0cb55c362ab1ceb0e63e1b142e05843e2be677748c037e9c2f136cd282601b7a060cccc63c27b653f48c1abf pkgname = python-pycares ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pycares _name=${pkgname#python-} -pkgver=4.8.0 +pkgver=4.9.0 pkgrel=1 pkgdesc='Python interface for c-ares' arch=(x86_64) @@ -25,7 +25,7 @@ checkdepends=( ) optdepends=(python-idna) source=("git+$url.git#tag=v$pkgver") -b2sums=('a2621038ad9e2ba043c7b6082362eb8ac90cbce83ffa783cd208a3a494c4f42283b3a9931a02960241248e7046fdb7e9d03d0a9fd75e307bf3efa80e859fc14d') +b2sums=('39866782254fe95d25dcd60837155ddb1ea717af0cb55c362ab1ceb0e63e1b142e05843e2be677748c037e9c2f136cd282601b7a060cccc63c27b653f48c1abf') build() { cd "$_name" @@ -50,7 +50,7 @@ check() { package() { local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") install -d "$pkgdir"/usr/share/licenses/$pkgname - ln -s "$site_packages"/"$_name"-$pkgver.dist-info/LICENSE \ + ln -s "$site_packages"/"$_name"-$pkgver.dist-info/licenses/LICENSE \ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE cd "$_name" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycares/-/commit/575c8c0edff5e49e2ba8cbe9c859bd2ec46d8e37 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycares/-/commit/575c8c0edff5e49e2ba8cbe9c859bd2ec46d8e37 You're receiving this email because of your account on gitlab.archlinux.org.