summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 794abb694a75..b503fb6335fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Nick Webster <nick@nick.geek.nz>
pkgname=micropad
-pkgver=3.19.5
+pkgver=3.20.0
pkgrel=1
pkgdesc="A powerful note-taking app that helps you organise + take notes without restrictions."
arch=('x86_64')
url="https://getmicropad.com"
license=('MPL2')
depends=(
- 'electron>=5.0.0'
+ 'electron>=6.0.0'
)
source=(
"https://github.com/MicroPad/Electron/releases/download/v${pkgver}/${pkgname}-${pkgver}.pacman"
"micropad-bin"
)
md5sums=(
- 'acdc80d66bb747161a09cbf7595bbc01'
+ 'd22e9297f224dd9b2b2658cbca6f47dd'
'52be1867031e5fad9428138cdb6d027e'
)
install="micropad.install"