summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e0e5e2ff35..bc3e81edae2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
- pkgver = 0.9.56
- pkgrel = 2
+ pkgver = 0.9.57
+ pkgrel = 1
url = https://typora.io/
arch = x86_64
license = custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
depends = gconf
depends = libxss
optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
- source = https://typora.io/./linux/typora_0.9.56_amd64.deb
- md5sums = 1e40eca2d0479891c646d018aaae8295
+ source = https://typora.io/./linux/typora_0.9.57_amd64.deb
+ md5sums = ead5995cec4613652a8875bbad1d266f
pkgname = typora
diff --git a/PKGBUILD b/PKGBUILD
index ff0494f44d67..0cc229fec1d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
-pkgver=0.9.56
-pkgrel=2
+pkgver=0.9.57
+pkgrel=1
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
@@ -10,7 +10,7 @@ url="https://typora.io/"
depends=('gconf' 'libxss')
optdepends=('noto-fonts-emoji: Or some other emoji font to see emojis')
source=("https://typora.io/./linux/$filename")
-md5sums=('1e40eca2d0479891c646d018aaae8295')
+md5sums=('ead5995cec4613652a8875bbad1d266f')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"