Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiosqlite
Commits: 59d4f22d by Carl Smedstad at 2026-01-03T16:22:56+01:00 upgpkg: 0.22.1-1: Upstream release https://github.com/omnilib/aiosqlite/blob/v0.22.1/CHANGELOG.md - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-aiosqlite pkgdesc = Asyncio bridge to the standard sqlite3 module - pkgver = 0.22.0 - pkgrel = 2 + pkgver = 0.22.1 + pkgrel = 1 url = https://github.com/omnilib/aiosqlite arch = any license = MIT @@ -10,7 +10,7 @@ pkgbase = python-aiosqlite makedepends = python-flit-core makedepends = python-installer depends = python - source = python-aiosqlite-0.22.0.tar.gz::https://github.com/omnilib/aiosqlite/archive/v0.22.0.tar.gz - sha256sums = 80559e2304d6f30f4a3e9a5e8d11eb706468ac723bd4b84c6f3f2771e8e13912 + source = https://github.com/omnilib/aiosqlite/archive/v0.22.1/python-aiosqlite-0.22.1.tar.gz + b2sums = b3cf6c41ca00c5ff701433e89fef7c33a486f274c5b2fd44ca5c31edef0307c9cd0ac4d3858842393d26a34ce1780c0922874e75667abf275f83cf9640b4784e pkgname = python-aiosqlite ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Filipe LaĆns (FFY00) <[email protected]> pkgname=python-aiosqlite -pkgver=0.22.0 -pkgrel=2 +pkgver=0.22.1 +pkgrel=1 pkgdesc="Asyncio bridge to the standard sqlite3 module" arch=(any) url="https://github.com/omnilib/aiosqlite" @@ -15,8 +15,8 @@ makedepends=( python-installer ) checkdepends=(python-aiounittest) -source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('80559e2304d6f30f4a3e9a5e8d11eb706468ac723bd4b84c6f3f2771e8e13912') +source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +b2sums=('b3cf6c41ca00c5ff701433e89fef7c33a486f274c5b2fd44ca5c31edef0307c9cd0ac4d3858842393d26a34ce1780c0922874e75667abf275f83cf9640b4784e') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiosqlite/-/commit/59d4f22d8d61d5037c815b78aae2ad4b8df34024 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiosqlite/-/commit/59d4f22d8d61d5037c815b78aae2ad4b8df34024 You're receiving this email because of your account on gitlab.archlinux.org.
