mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update project version 2.6.2
This commit is contained in:
parent
b7bee47676
commit
d2d3b8d5d5
3 changed files with 9 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = py-cidr
|
||||
pkgdesc = python module providing network / CIDR tools
|
||||
pkgver = 2.6.1
|
||||
pkgver = 2.6.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/py-cidr
|
||||
arch = any
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = py-cidr
|
|||
makedepends = rsync
|
||||
depends = python>=3.13
|
||||
depends = lockmgr
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=2.6.1
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=2.6.2
|
||||
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
|
||||
sha512sums = SKIP
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
**[2.6.2] ----- 2025-01-18** ::
|
||||
|
||||
fix readme rst syntax
|
||||
update Docs/Changelog.rst Docs/_build/html Docs/py-cidr.pdf
|
||||
|
||||
|
||||
**[2.6.1] ----- 2025-01-18** ::
|
||||
|
||||
Small change to readme
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -12,7 +12,7 @@ pkgname='py-cidr'
|
|||
pkgdesc='python module providing network / CIDR tools'
|
||||
_gitname='py-cidr'
|
||||
|
||||
pkgver=2.6.1
|
||||
pkgver=2.6.2
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/py-cidr"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue