summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Züger2021-02-09 09:28:24 +0100
committerPeter Züger2021-02-09 09:28:24 +0100
commit9a8d141047cb740beb3cdc5066008562b9d40aad (patch)
treec1be66fb8a986c3d605ef599007c4cf6b7527b81 /PKGBUILD
parent35ce0f6e9476f979ff5b93119f1a34909fec38fc (diff)
downloadaur-libqalculate-git.tar.gz
fixed: use single quotes
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')