summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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