summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-07-14 19:03:51 +0200
committerEric Engestrom2020-07-14 19:03:51 +0200
commitd59c4660e6e4c2e1dd20362117264d6f37605069 (patch)
treef5b0c992803e68b5812a8a6d480c108383c9a3ca
parente33612071245118ed47e39bdfb6a272f9d93fd22 (diff)
downloadaur-d59c4660e6e4c2e1dd20362117264d6f37605069.tar.gz
add missing pkgdesc
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa734e7b3b63..db3e927f42dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = meson-ui
+ pkgdesc = Qt GUI for the Meson build system
pkgver = 0.20.1
pkgrel = 1
url = https://github.com/michaelbrockus/meson-ui
diff --git a/PKGBUILD b/PKGBUILD
index 9aa15634c8df..e5ff1644bdfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgname=meson-ui
pkgver=0.20.1
pkgrel=1
arch=('x86_64')
+pkgdesc='Qt GUI for the Meson build system'
url='https://github.com/michaelbrockus/meson-ui'
license=('Apache')
depends=('python-pyqt5' 'meson' 'ninja')