summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bergli Heier2024-01-22 18:45:33 +0100
committerJon Bergli Heier2024-01-22 18:45:33 +0100
commit8c54694fb5dc4e05c99bd4c31538ad20b809aa1a (patch)
tree4666e053651193bc10beec55b478ef01ea061337
parent555a605b7f21d3737dd68960893ee06aa220d7d7 (diff)
downloadaur-8c54694fb5dc4e05c99bd4c31538ad20b809aa1a.tar.gz
Update to v2.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab4f2710e60..e41544282220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pymodes
pkgdesc = Python decoder for Mode S and ADS-B signals
- pkgver = 2.16
+ pkgver = 2.17
pkgrel = 1
url = https://github.com/junzis/pyModeS
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pymodes
depends = python-numpy
depends = python-pyzmq
depends = python-pyrtlsdr
- source = https://files.pythonhosted.org/packages/source/p/pymodes/pymodes-2.16.tar.gz
- sha256sums = 9f11e17dd9113af6e09d9c834e6279057059a1a306aaf64712a4c4e6e823b605
+ source = https://files.pythonhosted.org/packages/source/p/pymodes/pymodes-2.17.tar.gz
+ sha256sums = fe73e9ae3bfdb58416f42a08e4e1b132680bac46ff572815caae6eb47dc40941
pkgname = python-pymodes
diff --git a/PKGBUILD b/PKGBUILD
index 09efb42e28d5..55b146e16a3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=pymodes
pkgname=python-${_basename}
-pkgver=2.16
+pkgver=2.17
pkgrel=1
pkgdesc="Python decoder for Mode S and ADS-B signals"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python' 'python-numpy' 'python-pyzmq' 'python-pyrtlsdr')
makedepends=('python-installer' 'python-poetry' 'cython')
source=("https://files.pythonhosted.org/packages/source/${_basename:0:1}/${_basename}/${_basename}-${pkgver}.tar.gz")
-sha256sums=('9f11e17dd9113af6e09d9c834e6279057059a1a306aaf64712a4c4e6e823b605')
+sha256sums=('fe73e9ae3bfdb58416f42a08e4e1b132680bac46ff572815caae6eb47dc40941')
build() {
cd "$_basename-$pkgver"