summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin2018-07-30 16:29:50 -0500
committerDavid C. Rankin2018-07-30 16:29:50 -0500
commit3ee3fe3cf591f4695d554e4b7b2b1d2e8aae0165 (patch)
tree8d2af3c061b0294defeb7feeca3eb8389e2c7e9e
parent49625d97d80d47a0720d227572702a7c09c30e4f (diff)
downloadaur-3ee3fe3cf591f4695d554e4b7b2b1d2e8aae0165.tar.gz
GtkWrite Version 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7710475cf19b..1718dc0348d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtkwrite
pkgdesc = GTKwrite Text Editor with Syntax Highlight written in C, GTK+2 & GtkSourceView2
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/drankinatty/gtkwrite
arch = i686
@@ -13,8 +13,8 @@ pkgbase = gtkwrite
depends = gtksourceview2
provides = gtkwrite
options = !emptydirs
- source = https://github.com/drankinatty/gtkwrite/archive/v0.2.2.tar.gz
- sha1sums = daa004e232ac82063ceadebba8db32025b187501
+ source = https://github.com/drankinatty/gtkwrite/archive/v0.2.3.tar.gz
+ sha1sums = dbfa0fe3914064b5c09195bff497e0bdafee5225
pkgname = gtkwrite
diff --git a/PKGBUILD b/PKGBUILD
index 99a57572663f..ccc000520ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: David C. Rankin <drankinatty @ gmail.com>
pkgname=gtkwrite
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="GTKwrite Text Editor with Syntax Highlight written in C, GTK+2 & GtkSourceView2"
url="https://github.com/drankinatty/${pkgname}"
@@ -13,7 +13,7 @@ options=('!emptydirs')
depends=('gtk-engines' 'gtksourceview2')
makedepends=('glib2' 'gtk2' 'gtksourceview2')
source=("https://github.com/drankinatty/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('daa004e232ac82063ceadebba8db32025b187501')
+sha1sums=('dbfa0fe3914064b5c09195bff497e0bdafee5225')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"