summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Smith2021-11-22 16:32:46 -0700
committerAdrien Smith2021-11-22 16:32:46 -0700
commitbe6b9cfb720c30ea22429e1943174143e0536a30 (patch)
tree18267d6b4626eefff65fd267f3cbb98661f71acc
parentc1ad0e864d7e60aec28f545bcd19aaecbe88cd89 (diff)
downloadaur-be6b9cfb720c30ea22429e1943174143e0536a30.tar.gz
Add changelog to PKGBUILD
Also update the maintainer's email address.
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD6
-rw-r--r--mlat-client-git.changelog8
4 files changed, 18 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a62b2ac73aa0..48bb75a7fc92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mlat-client-git
pkgdesc = Mode S multilateration client by Mutability
- pkgver = 0.2.10.r0.g59e3d57
- pkgrel = 3
+ pkgver = 0.2.11.r0.g5dc5bda
+ pkgrel = 1
url = https://github.com/mutability/mlat-client
changelog = mlat-client-git.changelog
arch = i686
@@ -20,4 +20,3 @@ pkgbase = mlat-client-git
md5sums = SKIP
pkgname = mlat-client-git
-
diff --git a/.gitignore b/.gitignore
index 55aef3828762..5ee7a48c4da4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-*.tar.xz
-pkg
-src
-mlat-client/
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!mlat-client-git.changelog
diff --git a/PKGBUILD b/PKGBUILD
index 3ab1a89a76c8..aa7320d86010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
#!/hint/bash -e
-# Maintainer: Adrien Smith <adrien at bouldersmiths dot com>
+# Maintainer: Adrien Smith <adrien@panissupraomnia.dev>
# Contributor: Martin Poljak <martin at poljak dot cz>
# Contributor: Dan Schaper <dschaper at ganymeade dot com>
pkgname=mlat-client-git
-pkgver=0.2.10.r0.g59e3d57
-pkgrel=3
+pkgver=0.2.11.r0.g5dc5bda
+pkgrel=1
pkgdesc="Mode S multilateration client by Mutability"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mutability/mlat-client"
diff --git a/mlat-client-git.changelog b/mlat-client-git.changelog
index 7107801711fd..9d50aa3a85fa 100644
--- a/mlat-client-git.changelog
+++ b/mlat-client-git.changelog
@@ -1,3 +1,11 @@
+mlat-client (0.2.11) stable; urgency=medium
+
+ * Do a sanity check on reported radarcape positions
+ * Adjust UDP datagram size to follow reported route MTU
+ * Make setup.py use env to find python3 interpreter (PR #17)
+
+ -- Oliver Jowett <oliver.jowett@flightaware.com> Mon, 30 Dec 2019 22:14:59 +0800
+
mlat-client (0.2.10) stable; urgency=medium
* Fix handling of special (synthetic mlat / zero) message timestamps