Advertisement
Guest User

Untitled

a guest
Mar 30th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index 43188a7..92ef368 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -8,7 +8,7 @@ pkgver=1.0.140
  6.  pkgrel=1
  7.  pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."                                                                                                          
  8.  arch=("x86_64" "i686")
  9. -makedepends=("git" "nodejs" "rsync" "npm")
  10. +makedepends=("git" "nodejs" "rsync" "npm" "python")
  11.  depends=("nodejs" "gconf")
  12.  provides=("joplin" "joplin-cli")
  13.  url="https://joplin.cozic.net"
  14. @@ -65,7 +65,7 @@ package() {
  15.    install -m755 joplin-desktop.sh "${pkgdir}/usr/bin/joplin-desktop"
  16.    install -m755 joplin.sh "${pkgdir}/usr/bin/joplin"
  17.  
  18. -  install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
  19. +  install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
  20.    install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
  21.      "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
  22.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement