summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Palhares2018-06-29 16:43:59 +0100
committerAlfredo Palhares2018-06-29 16:43:59 +0100
commitbd43b55238fa701918cd691e2646de7eae8d18ea (patch)
treecbb46a6ef072455004725911f580de3d5d80062a
parent1e8f0d425fa6ffa49c0cfa99baaf9cf9b7984abc (diff)
downloadaur-bd43b55238fa701918cd691e2646de7eae8d18ea.tar.gz
Update to 1.0.104
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac5fa9f346b2..7bf0eb43bba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joplin
pkgdesc = Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
- pkgver = 1.0.96
+ pkgver = 1.0.104
pkgrel = 1
url = https://joplin.cozic.net
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = joplin
source = joplin.desktop
source = joplin-desktop.sh
source = joplin.sh
- source = https://github.com/laurent22/joplin/archive/v1.0.96.zip
+ source = https://github.com/laurent22/joplin/archive/v1.0.104.zip
sha256sums = 9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d
sha256sums = 5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097
sha256sums = 5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427
- sha256sums = 8e8dfda2ddfdfc21ad808457265c19894e154193be44e4b3319984375e4af97a
+ sha256sums = 73ced62b14ab5453dc500d3522b017cb14f04d9722a1455385b875feb371b669
pkgname = joplin
diff --git a/PKGBUILD b/PKGBUILD
index 3a4af2cd9b15..99d2b0ebaecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/masterkorp/joplin-pkgbuild
pkgname=joplin
-pkgver=1.0.96
+pkgver=1.0.104
pkgrel=1
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
arch=("x86_64" "i686")
@@ -18,7 +18,8 @@ source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
sha256sums=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d"
"5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097"
"5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
- "8e8dfda2ddfdfc21ad808457265c19894e154193be44e4b3319984375e4af97a")
+ "73ced62b14ab5453dc500d3522b017cb14f04d9722a1455385b875feb371b669")
+
build() {