summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValérie Roux2024-02-28 22:55:41 +0100
committerValérie Roux2024-02-28 22:55:41 +0100
commite4239c76c01a8466b0cbe1496cc0a4991acf798f (patch)
tree4d344e7a749176961dab87b205c6627285646ff8
parent49c8a94a622b252663fecdb2655867c9591608aa (diff)
downloadaur-e4239c76c01a8466b0cbe1496cc0a4991acf798f.tar.gz
Version 3.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e232207ee80..3d0fb766cae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pure-protobuf
pkgdesc = Python implementation of Protocol Buffers data types with dataclasses support.
- pkgver = 2.3.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/eigenein/protobuf
arch = any
@@ -9,10 +9,9 @@ pkgbase = python-pure-protobuf
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- makedepends = python-hatchling
- makedepends = python-hatch-vcs
+ makedepends = python-poetry-dynamic-versioning
depends = python
- source = git+https://www.github.com/eigenein/protobuf#tag=2.3.0
- sha256sums = SKIP
+ source = https://github.com/eigenein/protobuf/archive/refs/tags/3.0.0.tar.gz
+ sha512sums = fce45e12da37433e5eb692abb5d5e35f0b93a0ab4ca157e7646058171e693dc5aa6892f53ac43110d9269d031372729dc224c6d41c46524e454619dd639e2cb0
pkgname = python-pure-protobuf
diff --git a/PKGBUILD b/PKGBUILD
index bcf4941bf937..120c6eeba3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pure-protobuf
_author=eigenein
_gitname=protobuf
-pkgver=2.3.0
+pkgver=3.0.0
pkgrel=1
pkgdesc='Python implementation of Protocol Buffers data types with dataclasses support.'
url='https://github.com/eigenein/protobuf'
@@ -15,12 +15,11 @@ makedepends=(
python-build
python-installer
python-wheel
- python-hatchling
- python-hatch-vcs
+ python-poetry-dynamic-versioning
)
-source=("git+https://www.github.com/$_author/$_gitname#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$url/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('fce45e12da37433e5eb692abb5d5e35f0b93a0ab4ca157e7646058171e693dc5aa6892f53ac43110d9269d031372729dc224c6d41c46524e454619dd639e2cb0')
build() {
cd "$srcdir/$_gitname"