summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5525fcaae4a..38ef8e00b7d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notion-app
pkgdesc = The all-in-one workspace for your notes and tasks
pkgver = 2.0.16
- pkgrel = 3
+ pkgrel = 4
epoch = 2
url = https://www.notion.so/desktop
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9db4087a9085..095477262c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jaime Martínez Rincón <jaime@jamezrin.name>
pkgname=notion-app
pkgver=2.0.16
-pkgrel=3
+pkgrel=4
epoch=2
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
@@ -57,5 +57,5 @@ package() {
cp "${srcdir}/package-rebuild/icon.png" "${pkgdir}/opt/${pkgname}/icon.png"
install -Dm644 "${srcdir}/package-rebuild/icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications"
- ln -s "/opt/${pkgname}/notion-app" "${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/${pkgname}/notion" "${pkgdir}/usr/bin/${pkgname}"
} \ No newline at end of file