summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fafac02a779..faee1e4398bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Frank Seifferth <frankseifferth@posteo.net>
pkgname=gcsvedit
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
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"
+url="https://github.com/sonnyp/gCSVedit"
license=('GPL3')
depends=('gtk3' 'libxml2' 'gtksourceview3' 'libtepl-4.so' 'gtksourceview4')
-source=("https://github.com/swilmet/gCSVedit/releases/download/$pkgver/gcsvedit-$pkgver.tar.xz")
+source=($pkgname-$pkgver.tar.gz::"$url/archive/refs/tags/$pkgver/0.8.0.tar.gz")
build() {
cd $pkgname-$pkgver
@@ -20,5 +20,4 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-
-sha256sums=('5d1f49d1e21b2b682cab83296a16f345cbb8fcc5f6c803b4e16a254b59ebb9aa')
+sha256sums=('286c4398e5eb4eb83234bd6407bcbbb2ca19cd583f41ccb233a7611bb7beaa6f')