summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorModelmat2020-03-17 16:25:55 +1100
committerModelmat2020-03-17 16:25:55 +1100
commitbced06c07c9530ddf0d559d63862f719bbadfa9c (patch)
tree65516827c20beff7b95aa01f7668162062c4dddd
parent43df48b46d52c98975d56e7c3657a44a066a62c7 (diff)
downloadaur-python-pynetworktables.tar.gz
Update to 2020.0.3
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea492339a7e..7b18dae2b6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-pynetworktables
pkgdesc = Pure python implementation of the FRC NetworkTables protocol
- pkgver = 2019.0.2
+ pkgver = 2020.0.3
pkgrel = 1
url = https://github.com/robotpy/pynetworktables
arch = x86_64
license = custom:FIRST
depends = python
- source = python-pynetworktables::git+https://github.com/robotpy/pynetworktables#commit=e917bf34a5498c4bfaad6caab03658a92199bd55
+ source = python-pynetworktables::git+https://github.com/robotpy/pynetworktables#commit=e36ca3c87b38487bc59c67160acdc2e27d56a0ac
md5sums = SKIP
pkgname = python-pynetworktables
diff --git a/PKGBUILD b/PKGBUILD
index 100f34508d1c..147ee526496c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Modelmat <modelmat@outlook.com.au>
pkgname=python-pynetworktables
-_gitcommit=e917bf34a5498c4bfaad6caab03658a92199bd55
-pkgver=2019.0.2
+_gitcommit=e36ca3c87b38487bc59c67160acdc2e27d56a0ac
+pkgver=2020.0.3
pkgrel=1
pkgdesc="Pure python implementation of the FRC NetworkTables protocol"
arch=("x86_64")