summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCian Mc Govern2020-01-05 00:07:36 +0000
committerCian Mc Govern2020-01-05 00:07:36 +0000
commitf89641fb0914b1cf8fb62e822d0c517d0e501b61 (patch)
tree0115cc1d1035f5230b360dc34d35cf03f8cee641
parent7e27abe1537990288018489c2e0aec4cb985ce52 (diff)
downloadaur-f89641fb0914b1cf8fb62e822d0c517d0e501b61.tar.gz
Fix pkgdesc
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 550d1c92e845..771d3ad98de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides access to position, satellite and area monitoring classes'
+pkgdesc='Provides access to position, satellite and area monitoring classes (v5.9.5)'
depends=('qt5-declarative-595')
makedepends=('gconf')
_pkgfqn="qtlocation-opensource-src-${_qtver}"