summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-09-07 13:00:38 +0200
committerJakob Gahde2018-09-07 13:00:38 +0200
commit0132bdcad34f505132454a37676ae8b90f7040fe (patch)
tree7ebfa3f5b58e58044a3e2062b60d28a742da47fb
parent7a1e061866acb3794cbfa5b8f477e673aca02b45 (diff)
downloadaur-0132bdcad34f505132454a37676ae8b90f7040fe.tar.gz
ghostwriter 1.7.3-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5861086f9498..b175df9171fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghostwriter
pkgdesc = A cross-platform, aesthetic, distraction-free Markdown editor
- pkgver = 1.7.1
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/wereturtle/ghostwriter
arch = i686
@@ -14,10 +14,8 @@ pkgbase = ghostwriter
optdepends = multimarkdown: For alternative converter, superset of Markdown with various output formats
optdepends = pandoc: For Pandoc supported Markdown flavors and export to various formats
optdepends = cmark: For processing and rendering CommonMark
- source = https://github.com/wereturtle/ghostwriter/archive/v1.7.1.tar.gz
- source = https://github.com/wereturtle/ghostwriter/compare/v1.7.1...c2d24150aec2890c42a0f5274a1bf941ee997175.patch
- md5sums = 34122f91be26462048b6afb54cebef41
- md5sums = a940d931e1b44afe4c6e07eb136d9021
+ source = https://github.com/wereturtle/ghostwriter/archive/v1.7.3.tar.gz
+ sha512sums = a6f7e64078bdb3ecd9ea48ead8e96811e62215292a1c4a269f23efb6c0403c62fb0aab3e1303397b08036a7f3507d04a8eb8c14baafd78f64fea20805bb24a5a
pkgname = ghostwriter
diff --git a/PKGBUILD b/PKGBUILD
index 95b7fe9b8956..f33470ba3466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=ghostwriter
-pkgver=1.7.1
+pkgver=1.7.3
pkgrel=1
pkgdesc="A cross-platform, aesthetic, distraction-free Markdown editor"
arch=('i686' 'x86_64')
@@ -15,16 +15,8 @@ makedepends=('qt5-tools')
optdepends=('multimarkdown: For alternative converter, superset of Markdown with various output formats'
'pandoc: For Pandoc supported Markdown flavors and export to various formats'
'cmark: For processing and rendering CommonMark')
-source=("https://github.com/wereturtle/ghostwriter/archive/v${pkgver}.tar.gz"
- "https://github.com/wereturtle/ghostwriter/compare/v1.7.1...c2d24150aec2890c42a0f5274a1bf941ee997175.patch")
-md5sums=('34122f91be26462048b6afb54cebef41'
- 'a940d931e1b44afe4c6e07eb136d9021')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- patch -Np1 < "${srcdir}/v1.7.1...c2d24150aec2890c42a0f5274a1bf941ee997175.patch"
-}
+source=("https://github.com/wereturtle/ghostwriter/archive/v${pkgver}.tar.gz")
+sha512sums=('a6f7e64078bdb3ecd9ea48ead8e96811e62215292a1c4a269f23efb6c0403c62fb0aab3e1303397b08036a7f3507d04a8eb8c14baafd78f64fea20805bb24a5a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"