summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2021-07-12 15:32:54 +0300
committerAlexander Epaneshnikov2021-07-12 15:32:54 +0300
commitb44dc300d2db4610225a196d7b1188d22e48b3a9 (patch)
tree248596ff9bd750cdef200217031ddc6df2cdb8d7 /PKGBUILD
parent22b97ef36c268d7bf230d0efe6ed606f3574eb39 (diff)
downloadaur-b44dc300d2db4610225a196d7b1188d22e48b3a9.tar.gz
cosmetic improvements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a219afed52f..1e422ea6be4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgver=40.0.r65.g989596c9b
pkgrel=1
pkgdesc="Screen reader for individuals who are blind or visually impaired (development version)"
url="https://wiki.gnome.org/Projects/Orca"
-arch=(any)
-license=(LGPL)
+arch=('any')
+license=('LGPL')
groups=('gnome')
depends=('gtk3' 'at-spi2-atk' 'python-atspi' 'python-dbus' 'python-pyxdg' 'speech-dispatcher' 'liblouis' 'brltty'
'xorg-xmodmap' 'gsettings-desktop-schemas'
@@ -16,8 +16,8 @@ depends=('gtk3' 'at-spi2-atk' 'python-atspi' 'python-dbus' 'python-pyxdg' 'speec
'gst-plugins-good' # pulsesink, more decoders
)
makedepends=('itstool' 'intltool' 'git' 'yelp-tools')
-provides=(${pkgname%-git})
-conflicts=(${pkgname%-git})
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://gitlab.gnome.org/GNOME/${pkgname%-git}.git")
sha256sums=('SKIP')