summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin2017-08-17 22:38:15 -0500
committerDavid C. Rankin2017-08-17 22:38:15 -0500
commit3be666f3dca48fffe3a2ac604d304667ac9f4baa (patch)
tree5644e62038c6ae9a13ef3c0d7a2454e7eba85183
parent608a948bf3f3e5a8d2f75090acf0afc449de7d89 (diff)
downloadaur-3be666f3dca48fffe3a2ac604d304667ac9f4baa.tar.gz
GtkWrite Version 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3974356525..3a5633129ba1 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.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/drankinatty/gtkwrite
arch = i686
@@ -13,8 +13,8 @@ pkgbase = gtkwrite
provides = gtkwrite
conflicts = gtkwrite_git
options = !emptydirs
- source = https://github.com/drankinatty/gtkwrite/archive/v0.1.6.tar.gz
- sha1sums = 3b027e07def611ceb84eebc905728896ecfdac85
+ source = https://github.com/drankinatty/gtkwrite/archive/v0.1.7.tar.gz
+ sha1sums = efecd67a1f363a8ce467797d52cd0b54fd4548bd
pkgname = gtkwrite
diff --git a/PKGBUILD b/PKGBUILD
index 086440947486..c4f12df30ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: David C. Rankin <drankinatty @ gmail.com>
pkgname=gtkwrite
-pkgver=0.1.6
+pkgver=0.1.7
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')
makedepends=('gcc' 'glib2' 'gtk2' 'gtksourceview2')
source=("https://github.com/drankinatty/${pkgname}/archive/v${pkgver}.tar.gz")
validpgpkeys=()
-sha1sums=('3b027e07def611ceb84eebc905728896ecfdac85')
+sha1sums=('efecd67a1f363a8ce467797d52cd0b54fd4548bd')
conflicts=(gtkwrite_git)
prepare() {