summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 786d05396484..b1ab27f67614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uberwriter
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
- pkgver = 2.1.3
+ pkgver = 2.1.4
pkgrel = 1
url = http://uberwriter.github.io/uberwriter/
arch = any
@@ -13,7 +13,7 @@ pkgbase = uberwriter
optdepends = otf-fira-mono: Recommended font
provides = uberwriter
conflicts = uberwriter
- source = git+https://github.com/UberWriter/uberwriter.git
+ source = git+https://github.com/UberWriter/uberwriter.git#tag=v2.1.4
sha256sums = SKIP
pkgname = uberwriter
diff --git a/PKGBUILD b/PKGBUILD
index 3a2334e67456..32684b7afd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=uberwriter
_pkgname=uberwriter
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc='A distraction free Markdown editor for GNU/Linux made with GTK+'
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
optdepends=('texlive-core' 'otf-fira-mono: Recommended font')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=('git+https://github.com/UberWriter/uberwriter.git#tag=v2.1.3')
+source=('git+https://github.com/UberWriter/uberwriter.git#tag=v2.1.4')
sha256sums=('SKIP')
pkgver() {