summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian Leung2020-01-06 21:49:41 +0800
committerWeitian Leung2020-01-06 21:49:41 +0800
commit108c4f9f77e4fee0e18eac26ae73bdbcdd30a981 (patch)
tree2b3e46a4b1b801a0b3da889998923fa1dfbe67d8
parent59836097e7d418304acbddb575e0a19464982bac (diff)
downloadaur-108c4f9f77e4fee0e18eac26ae73bdbcdd30a981.tar.gz
add wps-office as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 406fd9767f9f..2c1f6402b03b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = wms-git
depends = desktop-file-utils
depends = p7zip
depends = polkit
+ depends = wps-office
source = wms-git::git+https://github.com/timxx/wms.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 42b4cd1efcb6..cac7ba553dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool for changing WPS Office language with online languages supports.
url="https://github.com/timxx/wms"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('qt5-base' 'desktop-file-utils' 'p7zip' 'polkit')
+depends=('qt5-base' 'desktop-file-utils' 'p7zip' 'polkit' 'wps-office')
makedepends=('cmake' 'qt5-tools')
source=("$pkgname::git+https://github.com/timxx/wms.git")
sha256sums=('SKIP')