summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamCore2016-08-02 22:43:27 +0200
committerTamCore2016-08-02 22:43:27 +0200
commit122fde8e66e50c652a3c295a481dca8f3d55a2bb (patch)
tree43c9150c7dab6ee82ca8ba22bd0988b880a7369f
parentc1e479891d56bc221647290f522735fd1ca9c737 (diff)
downloadaur-122fde8e66e50c652a3c295a481dca8f3d55a2bb.tar.gz
v1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6ad9532294..93ba57f84ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 13:27:47 UTC 2016
+# Tue Aug 2 20:43:11 UTC 2016
pkgbase = ghostwriter
pkgdesc = ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor.
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/wereturtle/ghostwriter
install = ghostwriter.install
@@ -19,8 +19,8 @@ pkgbase = ghostwriter
optdepends = hunspell: spell checking
provides = ghostwriter-git
conflicts = ghostwriter-git
- source = ghostwriter.tar.gz::https://github.com/wereturtle/ghostwriter/archive/v1.3.1.tar.gz
- sha256sums = fc6905db86c3285d6e634d779c024a8988457fa453d93be759d446af0c7ed560
+ source = ghostwriter-1.4.0.tar.gz::https://github.com/wereturtle/ghostwriter/archive/v1.4.0.tar.gz
+ sha256sums = a1294359e48028095b045893cf4f5bcc9af5de28cd20c804cc878d906ccd351d
pkgname = ghostwriter
diff --git a/PKGBUILD b/PKGBUILD
index 3d4a589e3003..3525d2beaaa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=ghostwriter
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor."
arch=(i686 x86_64)
url="https://github.com/wereturtle/ghostwriter"
license=('GPL3')
-source=('ghostwriter.tar.gz::https://github.com/wereturtle/ghostwriter/archive/v1.3.1.tar.gz')
-sha256sums=('fc6905db86c3285d6e634d779c024a8988457fa453d93be759d446af0c7ed560')
+source=("ghostwriter-${pkgver}.tar.gz::https://github.com/wereturtle/ghostwriter/archive/v${pkgver}.tar.gz")
+sha256sums=('a1294359e48028095b045893cf4f5bcc9af5de28cd20c804cc878d906ccd351d')
conflicts=('ghostwriter-git')
provides=('ghostwriter-git')
makedepends=('qtchooser')