summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2018-09-17 09:51:26 +0200
committerRichard Neumann2018-09-17 09:51:26 +0200
commitabd8ee7663d987fd6daf8d91b9114417ee498d28 (patch)
treefe920b409e2ed5efe85c10c4b12fd151e37d554a
parent82c8e6c02eda2b0754e2e1aa564f431480c58e3a (diff)
downloadaur-abd8ee7663d987fd6daf8d91b9114417ee498d28.tar.gz
Updated description.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094c54a19608..ce3a35dc14d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = macreg-git
- pkgdesc = Python 3 library and scripts for the RCON and Query protocol
+ pkgdesc = Micro web service to allow local users to register MAC addresses
pkgver = latest
pkgrel = 1
url = https://github.com/coNQP/macreg
diff --git a/PKGBUILD b/PKGBUILD
index 8c92280aa7e2..5f743761be83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgbase='macreg'
pkgname="${_pkgbase}-git"
pkgver=latest
pkgrel=1
-pkgdesc='Python 3 library and scripts for the RCON and Query protocol'
+pkgdesc='Micro web service to allow local users to register MAC addresses'
arch=('any')
url="https://github.com/coNQP/${_pkgbase}"
license=('GPLv3')