summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 95a48d217584..f3ba12839043 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ pkg/
*.tar.gz
*.tar.xz
-*.tar.zstd
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index aa5c58676769..e0d8371efbdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Boyan Ding <boyan.j.ding@gmail.com>
pkgname=python-ndn
-pkgver=0.2b2.post1
+pkgver=0.3a1
pkgrel=1
pkgdesc="An NDN client library with AsyncIO support in Python 3"
@@ -15,7 +15,7 @@ source=(
LICENSE
)
sha256sums=(
- '81e677deb7b05bc854046a849d324cf011bb2cfe7793b16e7de006e2e78e69ee'
+ '2f3af9bfc80687b53d9cece694b88f895fc9c1f42b958de1621c95cc9649f794'
'7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a')
build() {