summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be33b3a0252..f679ea60328a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomadnet
pkgdesc = Off-grid, resilient mesh communication with strong encryption
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/markqvist/nomadnet
arch = any
@@ -8,7 +8,7 @@ pkgbase = nomadnet
makedepends = python-setuptools
depends = python-lxmf
depends = python-urwid
- source = https://files.pythonhosted.org/packages/source/n/nomadnet/nomadnet-0.3.2.tar.gz
- sha256sums = 5056d68ae369858c1199aa74442035669a286cc7821bade68e11515175ecaa49
+ source = https://files.pythonhosted.org/packages/source/n/nomadnet/nomadnet-0.3.3.tar.gz
+ sha256sums = 3a0b662e018fb279aa3afb3c07f522d863da7203de1882c6693741460d7bd9b8
pkgname = nomadnet
diff --git a/PKGBUILD b/PKGBUILD
index 155f37ec36ff..f66920c67b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moonlit Tune <moonlit underscore tune at protonmail dot com>
pkgname=nomadnet
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Off-grid, resilient mesh communication with strong encryption"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
url="https://github.com/markqvist/nomadnet"
license=('MIT')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname//-/_}-$pkgver.tar.gz)
-sha256sums=('5056d68ae369858c1199aa74442035669a286cc7821bade68e11515175ecaa49')
+sha256sums=('3a0b662e018fb279aa3afb3c07f522d863da7203de1882c6693741460d7bd9b8')
build() {
cd "$srcdir/$pkgname-$pkgver"