summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ad559eceba6..74ac735b47da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _pkgname="${pkgname%-git}"
pkgver=r744.0262019
pkgrel=1
pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
+arch=('x86_64')
url="https://qalculate.github.io/"
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool doxygen git)
+license=('GPL')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool' 'doxygen' 'git')
optdepends=('gnuplot: for plotting support')
-conflicts=(libqalculate)
-provides=(libqalculate)
+conflicts=('libqalculate')
+provides=('libqalculate')
source=('git+https://github.com/Qalculate/libqalculate.git')
md5sums=('SKIP')