summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2017-08-10 05:34:19 -0700
committerJonathan Duck2017-08-10 05:34:19 -0700
commit70e4796f21c357fc4a1b92766cf96ceaa089f845 (patch)
tree5aab77241903b8c50b7ec31596e6ff7d876065b5
parentbb239e46fc3722a53fec1e86282aa50d33e01f2f (diff)
downloadaur-70e4796f21c357fc4a1b92766cf96ceaa089f845.tar.gz
Update to 0.9.30 (beta)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e313ae8bac95..5fdf80cac280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
- pkgver = 0.9.29
- pkgrel = 2
+ pkgver = 0.9.30
+ pkgrel = 1
url = https://typora.io/
arch = x86_64
license = custom:"Copyright (c) 2014 GitHub Inc."
depends = gconf
depends = libxss
- source = https://typora.io/./linux/typora_0.9.29_amd64.deb
- md5sums = ce15f5476729901e6e4f58c814809930
+ source = https://typora.io/./linux/typora_0.9.30_amd64.deb
+ md5sums = 80b0ea14ac54ca8ec9465e7e6c48dab8
pkgname = typora
diff --git a/PKGBUILD b/PKGBUILD
index 4e2ea117129b..47ac521ca376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
-pkgver=0.9.29
-pkgrel=2
+pkgver=0.9.30
+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"
@@ -9,10 +9,11 @@ license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
depends=('gconf' 'libxss')
source=("https://typora.io/./linux/$filename")
-md5sums=('ce15f5476729901e6e4f58c814809930')
+md5sums=('80b0ea14ac54ca8ec9465e7e6c48dab8')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"
- rm -rf "$pkgdir"/usr/share/lintian/
+ rm -rf "$pkgdir/usr/share/lintian/"
+ sed -i '/Change Log/d' "$pkgdir/usr/share/applications/typora.desktop"
find "$pkgdir" -type d -exec chmod 755 {} \;
}