summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorber532k2017-10-16 12:35:51 +0200
committerber532k2017-10-16 12:35:51 +0200
commite2a6052c0068d8d69297356700fd4edc77202289 (patch)
treeef183ff531a868977ce77d844f48c03214c51cc4
parent2f609543686b6cc106c51ea6acb7f2b262e6848e (diff)
downloadaur-e2a6052c0068d8d69297356700fd4edc77202289.tar.gz
bump to v0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd39ef31a98..392fea476c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gcsvedit
pkgdesc = Simple text editor for CSV, TSV and other kinds of delimiter-separated values (DSV) files.
- pkgver = 0.4.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/swilmet/gCSVedit
arch = i686
@@ -10,8 +10,8 @@ pkgbase = gcsvedit
depends = libxml2
depends = gtksourceview3
depends = tepl
- source = https://github.com/swilmet/gCSVedit/releases/download/0.4.1/gcsvedit-0.4.1.tar.xz
- md5sums = 2b4c3a4886aad08a2e427226dfd41114
+ source = https://github.com/swilmet/gCSVedit/releases/download/0.6.0/gcsvedit-0.6.0.tar.xz
+ md5sums = 48f3a206da966515592da7fca6df11bc
pkgname = gcsvedit
diff --git a/PKGBUILD b/PKGBUILD
index 0f1f7fa93bef..e0cb062d042f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: goetzc
# Contributor: ber532k <ber532k@gmx.de>
pkgname=gcsvedit
-pkgver=0.4.1
+pkgver=0.6.0
pkgrel=1
pkgdesc='Simple text editor for CSV, TSV and other kinds of delimiter-separated values (DSV) files.'
arch=('i686' 'x86_64')
url="https://github.com/swilmet/gCSVedit"
license=('GPL3')
-depends=('gtk3' 'libxml2' 'gtksourceview3' 'tepl')
+depends=('gtk3' 'libxml2' 'gtksourceview3' 'tepl>=3.0')
source=("https://github.com/swilmet/gCSVedit/releases/download/$pkgver/gcsvedit-$pkgver.tar.xz")
-md5sums=('2b4c3a4886aad08a2e427226dfd41114')
+md5sums=('48f3a206da966515592da7fca6df11bc')
build() {
cd $pkgname-$pkgver