summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid C. Rankin2019-02-25 22:41:01 -0600
committerDavid C. Rankin2019-02-25 22:41:01 -0600
commit0ae8bee6d223048ffd22909c96862837a0c7d86c (patch)
tree56e3dbdf60b8ba732680c66abfe5eba0bd364e61
parentc83a26391dd23cf7cd46852578759f486688d6dc (diff)
downloadaur-0ae8bee6d223048ffd22909c96862837a0c7d86c.tar.gz
GtkWrite Version 0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5621e76cad..bb0b40da609f 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.4
+ pkgver = 0.2.5
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.4.tar.gz
- sha1sums = aaabee0e99964e24fe92c289d669b91044be3cc4
+ source = https://github.com/drankinatty/gtkwrite/archive/v0.2.5.tar.gz
+ sha1sums = 04de1e571dedb64c4d5652d531cb76fe590df657
pkgname = gtkwrite
diff --git a/PKGBUILD b/PKGBUILD
index 56d0da76f6b3..abba4ca31dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: David C. Rankin <drankinatty @ gmail.com>
pkgname=gtkwrite
-pkgver=0.2.4
+pkgver=0.2.5
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=('aaabee0e99964e24fe92c289d669b91044be3cc4')
+sha1sums=('04de1e571dedb64c4d5652d531cb76fe590df657')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"