summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Konarev2022-04-01 14:29:55 +0300
committerAlexander Konarev2022-04-01 14:29:55 +0300
commitd08d28f7a7bca04609dc5b1a1e8b2725e0c9994c (patch)
treeb9e6458d8b3ae798e499fbe30550c531c6a1a35f /PKGBUILD
parent4f7dcf895b4586bdd53c41637976de5384e181e7 (diff)
downloadaur-d08d28f7a7bca04609dc5b1a1e8b2725e0c9994c.tar.gz
fix depends list
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98bff5e742ba..f37663bb9094 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=1c_enterprise_meta
pkgver=8.3
-pkgrel=1
+pkgrel=2
pkgdesc="1C 8.3 metapackage for Linux"
license=('GPL')
arch=('any')
depends=('gtk3' 'enchant' 'harfbuzz-icu' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'libsecret'
- 'libsoup' 'sqlite' 'libxrender' 'libxfixes' 'libxslt' 'geoclue' 'appmenu-gtk-module')
+ 'libsoup' 'sqlite' 'libxrender' 'libxfixes' 'libxslt' 'geoclue' 'appmenu-gtk-module' 'gcc-libs' 'glib-networking' 'nuspell' 'hspell' 'libvoikko' 'aspell' 'aspell-en' 'aspell-ru')
optdepends=('ttf-ms-fonts: Core TTF Fonts from Microsoft'
'aksusbd-bin: Sentinel AKSUSB daemon ')