summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin2017-08-29 00:14:47 -0500
committerDavid C. Rankin2017-08-29 00:14:47 -0500
commit8aafce2c1df1b4e23b84c88be024050497b19f2a (patch)
tree42c91bd215dcdaea8782b8b66db7ab342809ca53
parent3be666f3dca48fffe3a2ac604d304667ac9f4baa (diff)
downloadaur-8aafce2c1df1b4e23b84c88be024050497b19f2a.tar.gz
GtkWrite Version 0.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5633129ba1..7f5532504517 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.7
+ pkgver = 0.1.8
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.7.tar.gz
- sha1sums = efecd67a1f363a8ce467797d52cd0b54fd4548bd
+ source = https://github.com/drankinatty/gtkwrite/archive/v0.1.8.tar.gz
+ sha1sums = ead1654110097788efbdf35980dc9703b74a9825
pkgname = gtkwrite
diff --git a/PKGBUILD b/PKGBUILD
index c4f12df30ee1..babdfac992fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: David C. Rankin <drankinatty @ gmail.com>
pkgname=gtkwrite
-pkgver=0.1.7
+pkgver=0.1.8
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=('efecd67a1f363a8ce467797d52cd0b54fd4548bd')
+sha1sums=('ead1654110097788efbdf35980dc9703b74a9825')
conflicts=(gtkwrite_git)
prepare() {