Fix descktop checksum
parent
58ecf5a271
commit
cc209bfdc9
4
.SRCINFO
4
.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.125
|
pkgver = 1.0.125
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://joplin.cozic.net
|
url = https://joplin.cozic.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -18,7 +18,7 @@ pkgbase = joplin
|
||||||
source = joplin-desktop.sh
|
source = joplin-desktop.sh
|
||||||
source = joplin.sh
|
source = joplin.sh
|
||||||
source = https://github.com/laurent22/joplin/archive/v1.0.125.zip
|
source = https://github.com/laurent22/joplin/archive/v1.0.125.zip
|
||||||
sha256sums = c1e1775261dc5422a6ad2e1fa2fb1465018f03d3f4ec0978e8b8eab4743c87a9
|
sha256sums = 0bd2d4f055d99a5c989dc7d6bce5e1217f161f1e3cf09c9fb8b0045347baae88
|
||||||
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
sha256sums = 41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d
|
||||||
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
sha256sums = 5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276
|
||||||
sha256sums = 7e3860c23dc88fc5d60b1932f617996aceeb00fa9c525042c207aecdfd7fa54c
|
sha256sums = 7e3860c23dc88fc5d60b1932f617996aceeb00fa9c525042c207aecdfd7fa54c
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=joplin
|
pkgname=joplin
|
||||||
pkgver=1.0.125
|
pkgver=1.0.125
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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")
|
makedepends=("git" "nodejs" "rsync" "npm")
|
||||||
|
@ -15,7 +15,7 @@ url="https://joplin.cozic.net"
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
|
source=("${pkgname}.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=('c1e1775261dc5422a6ad2e1fa2fb1465018f03d3f4ec0978e8b8eab4743c87a9'
|
sha256sums=('0bd2d4f055d99a5c989dc7d6bce5e1217f161f1e3cf09c9fb8b0045347baae88'
|
||||||
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
'41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
|
||||||
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
|
||||||
'7e3860c23dc88fc5d60b1932f617996aceeb00fa9c525042c207aecdfd7fa54c')
|
'7e3860c23dc88fc5d60b1932f617996aceeb00fa9c525042c207aecdfd7fa54c')
|
||||||
|
|
Loading…
Reference in New Issue