Relase 1.0.173
parent
c01990e577
commit
a6bba1ae6f
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = joplin
|
pkgbase = joplin
|
||||||
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||||
pkgver = 1.0.170
|
pkgver = 1.0.173
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -18,11 +18,11 @@ pkgbase = joplin
|
||||||
source = joplin.desktop
|
source = joplin.desktop
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin.sh
|
source = joplin.sh
|
||||||
source = https://github.com/laurent22/joplin/archive/v1.0.170.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.173.zip
|
||||||
sha256sums = 57f88605a21649590aaff68e17996e49e399c7b28a3914f946116d6b55763fe0
|
sha256sums = c5ff40f6c0eded444df859eb857c623d03f5ee30744dc7ef265e668b11d6d919
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 0ae04173f1978dae437d067cb2c89f47b218a5181b450dcbe924e84345ece801
|
sha256sums = 43e13501c177e78c6616658e7096c346bdd98fe1011a6836045b3e883bdac9f5
|
||||||
|
|
||||||
pkgname = joplin
|
pkgname = joplin
|
||||||
|
|
||||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -4,8 +4,8 @@
|
||||||
# https://github.com/masterkorp/joplin-pkgbuild
|
# https://github.com/masterkorp/joplin-pkgbuild
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.170
|
pkgver=1.0.173
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
|
||||||
arch=("x86_64" "i686")
|
arch=("x86_64" "i686")
|
||||||
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
makedepends=("git" "nodejs" "rsync" "npm" "python")
|
||||||
|
@ -15,10 +15,10 @@ url="https://joplin.cozic.net"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||||
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
|
||||||
sha256sums=('57f88605a21649590aaff68e17996e49e399c7b28a3914f946116d6b55763fe0'
|
sha256sums=('c5ff40f6c0eded444df859eb857c623d03f5ee30744dc7ef265e668b11d6d919'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'0ae04173f1978dae437d067cb2c89f47b218a5181b450dcbe924e84345ece801')
|
'43e13501c177e78c6616658e7096c346bdd98fe1011a6836045b3e883bdac9f5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# Remove husky (git hooks) from dependencies
|
# Remove husky (git hooks) from dependencies
|
||||||
|
@ -50,7 +50,7 @@ build() {
|
||||||
npm install sqlite3@4.0.7
|
npm install sqlite3@4.0.7
|
||||||
npm install
|
npm install
|
||||||
# Remove uneeed .vscode path that comes with it
|
# Remove uneeed .vscode path that comes with it
|
||||||
rm -r node_modules/sqlite3/.vscode
|
rm -r node_modules/sqlite3/.vscode
|
||||||
|
|
||||||
rsync -a --delete "${srcdir}/${pkgname}-${pkgver}/ReactNativeClient/lib/" \
|
rsync -a --delete "${srcdir}/${pkgname}-${pkgver}/ReactNativeClient/lib/" \
|
||||||
"${srcdir}/${pkgname}-${pkgver}/ElectronClient/app/lib/"
|
"${srcdir}/${pkgname}-${pkgver}/ElectronClient/app/lib/"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0.170
|
Version=1.0.173
|
||||||
Name=Joplin
|
Name=Joplin
|
||||||
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
Comment=Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
|
||||||
Exec=/usr/bin/joplin-desktop
|
Exec=/usr/bin/joplin-desktop
|
||||||
|
|
Loading…
Reference in New Issue