Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-database-knotinfo
Commits: 48c0dbaf by Antonio Rojas at 2023-11-02T08:21:32+01:00 upgpkg: 2023.11.1-1: Update to 2023.11.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-database-knotinfo + pkgdesc = Snapshot of the complete content of the KnotInfo and LinkInfo databases for Python + pkgver = 2023.11.1 + pkgrel = 1 + url = https://github.com/soehms/database_knotinfo + arch = any + license = GPL + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python + source = https://pypi.io/packages/source/d/database_knotinfo/database_knotinfo-2023.11.1.tar.gz + sha256sums = c58e6313905be537947308935056eea9e8e1f757edc01e89ad1ae0da3d91bd20 + +pkgname = python-database-knotinfo ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-database-knotinfo _pyname=database_knotinfo -pkgver=2023.10.1 +pkgver=2023.11.1 pkgrel=1 arch=(any) pkgdesc='Snapshot of the complete content of the KnotInfo and LinkInfo databases for Python' @@ -14,7 +14,7 @@ makedepends=(python-build python-wheel) license=(GPL) source=(https://pypi.io/packages/source/d/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('c3acfb6e2f3cac965744d5ae2cc69774ca297c6b804c60052c42e3ec2fef10b3') +sha256sums=('c58e6313905be537947308935056eea9e8e1f757edc01e89ad1ae0da3d91bd20') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/48c0dbaf7851a114e58e06096d71a437cf81828b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/48c0dbaf7851a114e58e06096d71a437cf81828b You're receiving this email because of your account on gitlab.archlinux.org.
