summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Nokes2022-01-17 17:29:50 +0000
committerPeter Nokes2022-01-17 17:29:50 +0000
commit5fc60710afbb517506eb1122a9536658587a988e (patch)
treeacafefc4f6101ed598ce534ac693d35b22da1e0a
parent70496fa24da9da2e00c69217900a1f23d9290308 (diff)
downloadaur-5fc60710afbb517506eb1122a9536658587a988e.tar.gz
update to v2.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37de7946f962..340889ee1120 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.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/eigenein/protobuf
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-pure-protobuf
makedepends = python-setuptools
depends = python
provides = python-pure-protobuf
- source = protobuf-2.0.1.tar.gz::https://www.github.com/eigenein/protobuf/archive/2.0.1.tar.gz
- sha256sums = 30fd2ccb075f00e5f24bbeee8434ff3edd8ebf7a02e3a8c665044fe196e4112d
+ source = protobuf-2.1.0.tar.gz::https://www.github.com/eigenein/protobuf/archive/2.1.0.tar.gz
+ sha256sums = 1e1641d3987ba7297f73175f05f5778420ed2e1140fffc47994f3e53236d2b82
pkgname = python-pure-protobuf
-
diff --git a/PKGBUILD b/PKGBUILD
index 5a141bcaf869..fd93db2e047d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Mufeed Ali <lastweakness@tuta.io>
+# Maintainer: Peter Nokes <peter@peternokes.co.uk>
pkgname=python-pure-protobuf
_author=eigenein
_gitname=protobuf
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc='Python implementation of Protocol Buffers data types with dataclasses support.'
url='https://github.com/eigenein/protobuf'
@@ -17,7 +17,7 @@ makedepends=(
provides=('python-pure-protobuf')
source=("$_gitname-$pkgver.tar.gz::https://www.github.com/$_author/$_gitname/archive/$pkgver.tar.gz")
-sha256sums=('30fd2ccb075f00e5f24bbeee8434ff3edd8ebf7a02e3a8c665044fe196e4112d')
+sha256sums=('1e1641d3987ba7297f73175f05f5778420ed2e1140fffc47994f3e53236d2b82')
package() {
cd "$_gitname-$pkgver"