[arch-commits] Commit in qxmledit/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jun 5 11:41:22 UTC 2021


    Date: Saturday, June 5, 2021 @ 11:41:22
  Author: bgyorgy
Revision: 956030

Minor changes

Modified:
  qxmledit/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 11:40:12 UTC (rev 956029)
+++ PKGBUILD	2021-06-05 11:41:22 UTC (rev 956030)
@@ -5,13 +5,13 @@
 pkgname=qxmledit
 pkgver=0.9.16
 pkgrel=1
-pkgdesc="Simple XML editor and XSD viewer"
-arch=(x86_64)
-url="https://qxmledit.org/"
-license=(LGPL)
-depends=(glu hicolor-icon-theme qt5-scxml qt5-svg qt5-xmlpatterns)
-makedepends=(qt5-tools)
-source=(https://downloads.sourceforge.net/qxmledit/$pkgname-$pkgver-src.tgz)
+pkgdesc='Simple XML editor and XSD viewer'
+arch=('x86_64')
+url='https://qxmledit.org/'
+license=('LGPL')
+depends=('glu' 'hicolor-icon-theme' 'qt5-scxml' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/qxmledit/$pkgname-$pkgver-src.tgz")
 sha256sums=('e86443d640b2d2486b8278a200e098425c52607f82908a1b5676c42af057caa8')
 
 prepare() {



More information about the arch-commits mailing list