Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-database-knotinfo
Commits:
54ba44f5 by Antonio Rojas at 2024-08-02T08:37:18+02:00
upgpkg: 2024.8.1-1: Update to 2024.8.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-database-knotinfo
pkgdesc = Snapshot of the complete content of the KnotInfo and LinkInfo
databases for Python
- pkgver = 2024.7.1
+ pkgver = 2024.8.1
pkgrel = 1
url = https://github.com/soehms/database_knotinfo
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-database-knotinfo
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
- source = git+https://github.com/soehms/database_knotinfo#tag=2024.7.1
- sha256sums =
7c2ebdb462516749f65beca6f7d46b6c1115d3e127785057e3f65ce74b164d8e
+ source = git+https://github.com/soehms/database_knotinfo#tag=2024.8.1
+ sha256sums =
4eba26439c916a4d459aec6c93ab8f8e74aebad41d85ab9bcc0ea948e34cc804
pkgname = python-database-knotinfo
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-database-knotinfo
_pyname=database_knotinfo
-pkgver=2024.7.1
+pkgver=2024.8.1
pkgrel=1
arch=(any)
pkgdesc='Snapshot of the complete content of the KnotInfo and LinkInfo
databases for Python'
@@ -15,7 +15,7 @@ makedepends=(git
python-wheel)
license=(GPL-3.0-only)
source=(git+https://github.com/soehms/database_knotinfo#tag=$pkgver)
-sha256sums=('7c2ebdb462516749f65beca6f7d46b6c1115d3e127785057e3f65ce74b164d8e')
+sha256sums=('4eba26439c916a4d459aec6c93ab8f8e74aebad41d85ab9bcc0ea948e34cc804')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/54ba44f51ab7722fafb363752fe260462f9b43e7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/54ba44f51ab7722fafb363752fe260462f9b43e7
You're receiving this email because of your account on gitlab.archlinux.org.