Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-database-knotinfo
Commits:
e4e18027 by Antonio Rojas at 2023-12-02T20:41:21+01:00
upgpkg: 2023.12.1-1: Update to 2023.12.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 = 2023.11.1
+ pkgver = 2023.12.1
pkgrel = 1
url = https://github.com/soehms/database_knotinfo
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-database-knotinfo
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
+ source =
https://pypi.io/packages/source/d/database_knotinfo/database_knotinfo-2023.12.1.tar.gz
+ sha256sums =
ed777d0181df05d4080d5e788bf04fa1e6e8a05979f8ba46031143c583bc16a0
pkgname = python-database-knotinfo
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-database-knotinfo
_pyname=database_knotinfo
-pkgver=2023.11.1
+pkgver=2023.12.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=('c58e6313905be537947308935056eea9e8e1f757edc01e89ad1ae0da3d91bd20')
+sha256sums=('ed777d0181df05d4080d5e788bf04fa1e6e8a05979f8ba46031143c583bc16a0')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/e4e1802735874f6538427adfb6b8efe1a671fae5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-database-knotinfo/-/commit/e4e1802735874f6538427adfb6b8efe1a671fae5
You're receiving this email because of your account on gitlab.archlinux.org.