Ugrade 1.0.179

main
Alfredo Palhares 2020-01-28 11:05:00 +00:00
parent da90a875de
commit b4e325d391
3 changed files with 16 additions and 10 deletions

View File

@ -1,28 +1,33 @@
pkgbase = joplin pkgbase = joplin
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. pkgdesc = A note taking and to-do application with synchronization capabilities
pkgver = 1.0.178 pkgver = 1.0.179
pkgrel = 1 pkgrel = 1
url = https://joplinapp.org/ url = https://joplinapp.org/
arch = x86_64 arch = x86_64
arch = i686 arch = i686
license = MIT license = MIT
makedepends = git makedepends = git
makedepends = nodejs
makedepends = rsync
makedepends = npm makedepends = npm
makedepends = python makedepends = python
depends = nodejs makedepends = rsync
depends = gtk3
depends = libexif
depends = libgsf
depends = libjpeg-turbo
depends = libwebp
depends = libxss depends = libxss
provides = joplin depends = nodejs
provides = joplin-cli depends = nss
depends = orc
optdepends = libappindicator-gtk3: for tray icon
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.178.zip source = joplin-1.0.179.zip::https://github.com/laurent22/joplin/archive/v1.0.179.zip
sha256sums = ce4435654ee1f6d51d361945f32dd9bf07308f423c3f3c3db147744f203fbc2b sha256sums = ce4435654ee1f6d51d361945f32dd9bf07308f423c3f3c3db147744f203fbc2b
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276 sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
sha256sums = a883032e2e929d4ce322fc5fefa36eedce77f86aeae3217eb52653ec6320351e sha256sums = 15c1ff7f42e4639d98c52780830d070d6aa60eea5f04fa6a7568aceca6628e9a
pkgname = joplin pkgname = joplin

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
src/ src/
pkg pkg
v*.zip v*.zip
joplin*.zip
*tar.xz *tar.xz
*~ *~

View File

@ -9,7 +9,7 @@ pkgver=1.0.179
pkgrel=1 pkgrel=1
pkgdesc="A note taking and to-do application with synchronization capabilities" pkgdesc="A note taking and to-do application with synchronization capabilities"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
depends=('gtk3' 'lib32-glibc' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs' depends=('gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs'
'nss' 'orc') 'nss' 'orc')
makedepends=('git' 'npm' 'python' 'rsync') makedepends=('git' 'npm' 'python' 'rsync')
optdepends=('libappindicator-gtk3: for tray icon') optdepends=('libappindicator-gtk3: for tray icon')