diff options
author | Alexander Epaneshnikov | 2021-07-12 15:32:54 +0300 |
---|---|---|
committer | Alexander Epaneshnikov | 2021-07-12 15:32:54 +0300 |
commit | b44dc300d2db4610225a196d7b1188d22e48b3a9 (patch) | |
tree | 248596ff9bd750cdef200217031ddc6df2cdb8d7 /PKGBUILD | |
parent | 22b97ef36c268d7bf230d0efe6ed606f3574eb39 (diff) | |
download | aur-b44dc300d2db4610225a196d7b1188d22e48b3a9.tar.gz |
cosmetic improvements
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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') |