summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin2018-06-25 23:53:28 -0500
committerDavid C. Rankin2018-06-25 23:53:28 -0500
commita7c7ff376785ba222aa1fb1d5a1b166d0623d3ff (patch)
treedc2c00cfc943433b4e8b699e1323b0597001c538
parentf374881c27ae2a306c261d5bb1007cc4fa793c85 (diff)
downloadaur-a7c7ff376785ba222aa1fb1d5a1b166d0623d3ff.tar.gz
GtkWrite Version 0.1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da168cddfb03..b4a54a371b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtkwrite
pkgdesc = GTKwrite Text Editor with Syntax Highlight written in C, GTK+2 & GtkSourceView2
- pkgver = 0.1.8
- pkgrel = 3
+ pkgver = 0.1.9
+ pkgrel = 1
url = https://github.com/drankinatty/gtkwrite
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = gtkwrite
depends = gtksourceview2
provides = gtkwrite
options = !emptydirs
- source = https://github.com/drankinatty/gtkwrite/archive/v0.1.8.tar.gz
- sha1sums = ead1654110097788efbdf35980dc9703b74a9825
+ source = https://github.com/drankinatty/gtkwrite/archive/v0.1.9.tar.gz
+ sha1sums = e60f14a60ea53aa2e3fa6256b928be32be6eebf0
pkgname = gtkwrite
diff --git a/PKGBUILD b/PKGBUILD
index 9cdb139e7eb9..38a85532d7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: David C. Rankin <drankinatty @ gmail.com>
pkgname=gtkwrite
-pkgver=0.1.8
-pkgrel=3
+pkgver=0.1.9
+pkgrel=1
pkgdesc="GTKwrite Text Editor with Syntax Highlight written in C, GTK+2 & GtkSourceView2"
url="https://github.com/drankinatty/${pkgname}"
license=('GPL2')
@@ -13,7 +13,7 @@ options=('!emptydirs')
depends=('gtksourceview2')
makedepends=('glib2' 'gtk2' 'gtksourceview2')
source=("https://github.com/drankinatty/${pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('ead1654110097788efbdf35980dc9703b74a9825')
+sha1sums=('e60f14a60ea53aa2e3fa6256b928be32be6eebf0')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"