summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2021-08-22 18:10:37 +0200
committersolsTiCe d'Hiver2021-08-22 18:10:37 +0200
commitc2b1404f3c9da3c3ed7cd31527ffcc4eec9ba337 (patch)
tree0085e99352f784e361cf070d314d72f2843ee901
parent005fc8c7a4596c612ec04d5e47a61f7f4eb2bdb8 (diff)
downloadaur-python-kismetdb.tar.gz
Update to 2021.6.1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD6
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385e57f153bd..fbb2087e6a4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-kismetdb
- pkgdesc = A python wrapper for the Kismet database
- pkgver = 2019.5.5
- pkgrel = 1
- url = https://pypi.org/project/kismetdb/
- arch = any
- license = GPL
- depends = python
- depends = python-simplekml
- source = https://files.pythonhosted.org/packages/65/46/f8e4c81912fde7cc7fa411233cfdd86822e8d95f34b14a970e774bfd0bb8/kismetdb-2019.5.5.tar.gz
- md5sums = 6fd3938d84a633f16970880a82a4b6f5
+pkgdesc = A python wrapper for the Kismet database
+pkgver = 2021.6.1
+pkgrel = 1
+url = https://pypi.org/project/kismetdb/
+arch = any
+license = GPL
+depends = python
+depends = python-simplekml
+source = https://files.pythonhosted.org/packages/00/fa/29ac46ef3f342f3624cabe99e42b0350d0f1ea824e2c90fe15958f77d862/kismetdb-2021.6.1.tar.gz
+sha256sums = a8d8cc54fdde8888f27ce87cf122440907f960b78346443c7710260b89c4436b
pkgname = python-kismetdb
-
diff --git a/PKGBUILD b/PKGBUILD
index e668f7839da2..c522e282ac72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: solsTiCe d'Hiver <solstice.dhiver@gmail.com>
pkgname=python-kismetdb
-pkgver=2019.5.5
+pkgver=2021.6.1
pkgrel=1
pkgdesc="A python wrapper for the Kismet database"
arch=("any")
url="https://pypi.org/project/kismetdb/"
license=('GPL')
depends=(python python-simplekml)
-source=("https://files.pythonhosted.org/packages/65/46/f8e4c81912fde7cc7fa411233cfdd86822e8d95f34b14a970e774bfd0bb8/kismetdb-${pkgver}.tar.gz")
-md5sums=('6fd3938d84a633f16970880a82a4b6f5')
+source=("https://files.pythonhosted.org/packages/00/fa/29ac46ef3f342f3624cabe99e42b0350d0f1ea824e2c90fe15958f77d862/kismetdb-2021.6.1.tar.gz")
+sha256sums=('a8d8cc54fdde8888f27ce87cf122440907f960b78346443c7710260b89c4436b')
package() {
cd "kismetdb-$pkgver"