summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgampreet Singh2021-10-06 13:30:59 +0530
committerAgampreet Singh2021-10-06 13:30:59 +0530
commitd260a7cb7a77f94d8b518d373b982d0e42739a37 (patch)
treeb1068e9fdfe6f2ce675373e4bde0e3582d82b61e
parent3ae726162dddadcd7f0f602b7220291f13f71adf (diff)
downloadaur-d260a7cb7a77f94d8b518d373b982d0e42739a37.tar.gz
tryinh to fix again
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f924a6436858..4109c1a22058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('at-spi2-core' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libapp
makedepends=('git' 'yarn')
provides=("${pkgname%-git}" 'ms-office-electron')
conflicts=("${pkgname%-git}" 'ms-office-electron')
-source=("${pkgname%-git}::git+https://github.com/agam778/MS-Office-Electron.git")
+source=("${pkgname%-git}::git+https://github.com/agam778/ms-office-electron-aur.git")
sha256sums=('SKIP')
pkgver() {
@@ -32,7 +32,7 @@ package() {
install -Dm644 license.txt -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
- ln -sf '/opt/MS Office - Electron/MS Office - Electron' 'MS Office - Electron'
+ ln -sf '/opt/MS Office - Electron/MS Office - Electron' '/usr/bin/MS Office - Electron'
rm "$pkgdir"/.[^.]*
}