summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2018-05-16 21:27:28 -0500
committerGötz Christ2018-05-16 21:32:48 -0500
commit1d6e5f1bf857cbbe624f2a7988eebe9d6b28718b (patch)
treee7a072ee68380e878bd0bf8257d4e2186606645e
parente2a6052c0068d8d69297356700fd4edc77202289 (diff)
downloadaur-1d6e5f1bf857cbbe624f2a7988eebe9d6b28718b.tar.gz
Fix build for 0.6.0
Use tepl 3.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 392fea476c9c..bcc81759401f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = gcsvedit
depends = gtk3
depends = libxml2
depends = gtksourceview3
- depends = tepl
+ depends = tepl3
source = https://github.com/swilmet/gCSVedit/releases/download/0.6.0/gcsvedit-0.6.0.tar.xz
md5sums = 48f3a206da966515592da7fca6df11bc
diff --git a/PKGBUILD b/PKGBUILD
index e0cb062d042f..3a14cc2b1f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Simple text editor for CSV, TSV and other kinds of delimiter-separated
arch=('i686' 'x86_64')
url="https://github.com/swilmet/gCSVedit"
license=('GPL3')
-depends=('gtk3' 'libxml2' 'gtksourceview3' 'tepl>=3.0')
+depends=('gtk3' 'libxml2' 'gtksourceview3' 'tepl3')
source=("https://github.com/swilmet/gCSVedit/releases/download/$pkgver/gcsvedit-$pkgver.tar.xz")
md5sums=('48f3a206da966515592da7fca6df11bc')