Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-apsw
Commits:
90224b85 by Jelle van der Waa at 2024-07-22T09:56:11+02:00
upgpkg: 3.46.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = python-apsw
pkgdesc = Python wrapper for SQLite
- pkgver = 3.45.2.0
- pkgrel = 2
+ pkgver = 3.46.0.1
+ pkgrel = 1
url = https://github.com/rogerbinns/apsw
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python
depends = sqlite
- source =
apsw-3.45.2.0.tar.gz::https://github.com/rogerbinns/apsw/archive/3.45.2.0.tar.gz
- sha512sums =
864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9
- b2sums =
4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a
+ source =
apsw-3.46.0.1.tar.gz::https://github.com/rogerbinns/apsw/archive/3.46.0.1.tar.gz
+ sha512sums =
894cf6c49d608d9d8eff369dcf42dd3b2f5174cd98a2c471f41773e2c1474c13d31f08402d053fd0869acb5c038e26543caa345d205c46bd3b3ec6aaecda5089
+ b2sums =
b2c89def11102a00dde64fa7d7546f50e302dfe4219394d3d6ddd7f66fec455a60689db61a94230f7ef9578069b08ecd826de82b4e8b019107b9a0b6a36c4271
pkgname = python-apsw
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Juan Miguel Cejuela <[email protected]>
pkgname=python-apsw
-pkgver=3.45.2.0
-pkgrel=2
+pkgver=3.46.0.1
+pkgrel=1
pkgdesc="Python wrapper for SQLite"
arch=('x86_64')
url="https://github.com/rogerbinns/apsw"
@@ -13,8 +13,8 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python' 'sqlite')
source=("apsw-$pkgver.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver.tar.gz")
-sha512sums=('864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9')
-b2sums=('4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a')
+sha512sums=('894cf6c49d608d9d8eff369dcf42dd3b2f5174cd98a2c471f41773e2c1474c13d31f08402d053fd0869acb5c038e26543caa345d205c46bd3b3ec6aaecda5089')
+b2sums=('b2c89def11102a00dde64fa7d7546f50e302dfe4219394d3d6ddd7f66fec455a60689db61a94230f7ef9578069b08ecd826de82b4e8b019107b9a0b6a36c4271')
build() {
cd apsw-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apsw/-/commit/90224b856b31c7d5848ed2f8a0caea71e793e744
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-apsw/-/commit/90224b856b31c7d5848ed2f8a0caea71e793e744
You're receiving this email because of your account on gitlab.archlinux.org.