summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorber532k2017-09-04 13:45:48 +0200
committerber532k2017-09-04 13:45:48 +0200
commit2f609543686b6cc106c51ea6acb7f2b262e6848e (patch)
tree1d4e3a9b61cd6551774f6de8389e7294181d0f38
parente15a8098a615a851ed519d30579acaf7e17d3ed0 (diff)
downloadaur-2f609543686b6cc106c51ea6acb7f2b262e6848e.tar.gz
update to v0.4.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f89f96f0fcc..7bd39ef31a98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
-# Generated by mksrcinfo v8
-# Thu Aug 25 00:26:55 UTC 2016
pkgbase = gcsvedit
pkgdesc = Simple text editor for CSV, TSV and other kinds of delimiter-separated values (DSV) files.
- pkgver = 0.2.2
+ pkgver = 0.4.1
pkgrel = 1
- url = https://sourceforge.net/projects/gcsvedit/
+ url = https://github.com/swilmet/gCSVedit
arch = i686
arch = x86_64
license = GPL3
depends = gtk3
depends = libxml2
depends = gtksourceview3
- source = http://downloads.sourceforge.net/project/gcsvedit/v0.2/gcsvedit-0.2.2.tar.xz
- md5sums = 2c6b0a315704d4091edfb06913a65f94
+ depends = tepl
+ source = https://github.com/swilmet/gCSVedit/releases/download/0.4.1/gcsvedit-0.4.1.tar.xz
+ md5sums = 2b4c3a4886aad08a2e427226dfd41114
pkgname = gcsvedit
diff --git a/PKGBUILD b/PKGBUILD
index 89aefc2aa343..0f1f7fa93bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: goetzc
+# Contributor: ber532k <ber532k@gmx.de>
pkgname=gcsvedit
-pkgver=0.2.2
+pkgver=0.4.1
pkgrel=1
pkgdesc='Simple text editor for CSV, TSV and other kinds of delimiter-separated values (DSV) files.'
arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/gcsvedit/"
+url="https://github.com/swilmet/gCSVedit"
license=('GPL3')
-depends=('gtk3' 'libxml2' 'gtksourceview3')
-source=(http://downloads.sourceforge.net/project/gcsvedit/v0.2/gcsvedit-0.2.2.tar.xz)
-md5sums=('2c6b0a315704d4091edfb06913a65f94')
+depends=('gtk3' 'libxml2' 'gtksourceview3' 'tepl')
+source=("https://github.com/swilmet/gCSVedit/releases/download/$pkgver/gcsvedit-$pkgver.tar.xz")
+md5sums=('2b4c3a4886aad08a2e427226dfd41114')
build() {
cd $pkgname-$pkgver