summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGötz Christ2021-10-08 08:31:36 -0500
committerGötz Christ2021-10-08 09:37:58 -0500
commite9c053d239f832f1175621ac4878b3867da82536 (patch)
treee85535d332791194b901470329b1e36044995b1b /PKGBUILD
parent57c796f56abb9157a1afe2763351dba2e4f9907b (diff)
downloadaur-e9c053d239f832f1175621ac4878b3867da82536.tar.gz
Set version to depends on tepl-4 package
Which is a new AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8e0e19b11e1..4fafac02a779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributor: Frank Seifferth <frankseifferth@posteo.net>
pkgname=gcsvedit
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
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' 'gtksourceview4')
+depends=('gtk3' 'libxml2' 'gtksourceview3' 'libtepl-4.so' 'gtksourceview4')
source=("https://github.com/swilmet/gCSVedit/releases/download/$pkgver/gcsvedit-$pkgver.tar.xz")
-md5sums=('bfc5d9815527b67481a4b2587ba5745d')
build() {
cd $pkgname-$pkgver
@@ -21,3 +20,5 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
+
+sha256sums=('5d1f49d1e21b2b682cab83296a16f345cbb8fcc5f6c803b4e16a254b59ebb9aa')