summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Nokes2022-10-06 16:02:39 +0100
committerPeter Nokes2022-10-06 16:02:39 +0100
commit67395de079aac56e7fe20d195194facf57f19ca7 (patch)
treef12f9c2bb28cba4a5f6c82ac2b5ea199db58a0bf /PKGBUILD
parent5fc60710afbb517506eb1122a9536658587a988e (diff)
downloadaur-67395de079aac56e7fe20d195194facf57f19ca7.tar.gz
Update to v2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd93db2e047d..575a02991e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pure-protobuf
_author=eigenein
_gitname=protobuf
-pkgver=2.1.0
+pkgver=2.1.1
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=('1e1641d3987ba7297f73175f05f5778420ed2e1140fffc47994f3e53236d2b82')
+sha256sums=('91854ece115b9fdc36facf73ac96945de32d71cb279fe116f186c1c670e1b61e')
package() {
cd "$_gitname-$pkgver"