summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2019-02-18 20:27:44 -0800
committerJonathan Duck2019-02-18 20:27:44 -0800
commit80bda84028ee085923085529eb2b18321a01a152 (patch)
tree063a56b8187d62c86d58bf17e759cf61aad37b27
parenta6c925f083aad642ddfaa6dbee87fca9486d7419 (diff)
downloadaur-80bda84028ee085923085529eb2b18321a01a152.tar.gz
Update to version 0.9.65
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97151a8d0abd..972cd5d54d3b 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.64
- pkgrel = 2
+ pkgver = 0.9.65
+ 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.64_amd64.deb
- md5sums = 738a35cef36448f5a1c3cbcb3fd93c45
+ source = https://typora.io/./linux/typora_0.9.65_amd64.deb
+ md5sums = a7d0a1977d17070721db14e1dcf44fb2
pkgname = typora
diff --git a/PKGBUILD b/PKGBUILD
index 744964316994..9e1f45282d03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
-pkgver=0.9.64
-pkgrel=2
+pkgver=0.9.65
+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=('738a35cef36448f5a1c3cbcb3fd93c45')
+md5sums=('a7d0a1977d17070721db14e1dcf44fb2')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"