summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')