summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobpaul2019-09-11 14:06:48 -0500
committerbobpaul2019-09-11 14:06:48 -0500
commitf58098a31a1baffd4e522e807628cffa7fbe46b3 (patch)
tree273e89896735597a24a7c92e6b9ff06413a70a27
parent6eaacb5bc09f1a82f0b8ccc2543b3057a0279e63 (diff)
downloadaur-f58098a31a1baffd4e522e807628cffa7fbe46b3.tar.gz
Added upstream info and description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fc6b2eefb6b..970d0c40a1de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
pkgbase = python-pymavlink-git
+ pkgdesc = python MAVLink interface and utilities
pkgver = r2496.264c3e46
- pkgrel = 1
+ pkgrel = 2
+ url = https://github.com/ArduPilot/pymavlink/
arch = x86_64
license = LGPL v3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f8d5a7f54d5f..8e24d8ceb05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
project='pymavlink'
pkgname=python-${project}-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=r2496.264c3e46
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="python MAVLink interface and utilities"
arch=('x86_64')
-url=""
+url="https://github.com/ArduPilot/pymavlink/"
license=('LGPL v3')
groups=()
depends=('python-future' 'python-lxml')