summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2020-12-02 17:32:24 +0530
committerMufeed Ali2020-12-02 17:32:24 +0530
commit70496fa24da9da2e00c69217900a1f23d9290308 (patch)
treef31f9dc52c1ddbbaa8b1e7779c80bd8412c626e9
parent1d459e14ed16f5bdcd9635fd0e69b021bdde2ec2 (diff)
downloadaur-70496fa24da9da2e00c69217900a1f23d9290308.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce2e856c7fc3..37de7946f962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pure-protobuf
pkgdesc = Python implementation of Protocol Buffers data types with dataclasses support.
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/eigenein/protobuf
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = python-pure-protobuf
makedepends = python-setuptools
depends = python
provides = python-pure-protobuf
- source = protobuf-2.0.0.tar.gz::https://www.github.com/eigenein/protobuf/archive/2.0.0.tar.gz
- sha256sums = e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+ source = protobuf-2.0.1.tar.gz::https://www.github.com/eigenein/protobuf/archive/2.0.1.tar.gz
+ sha256sums = 30fd2ccb075f00e5f24bbeee8434ff3edd8ebf7a02e3a8c665044fe196e4112d
pkgname = python-pure-protobuf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bdb2af6a3695
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+src/
+pkg/
+*.tar.xz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index e3f1317b0938..5a141bcaf869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-pure-protobuf
_author=eigenein
_gitname=protobuf
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Python implementation of Protocol Buffers data types with dataclasses support.'
url='https://github.com/eigenein/protobuf'
arch=('any')
@@ -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=('e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9')
+sha256sums=('30fd2ccb075f00e5f24bbeee8434ff3edd8ebf7a02e3a8c665044fe196e4112d')
package() {
cd "$_gitname-$pkgver"