summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2020-12-18 01:22:07 +0200
committerjonian2020-12-18 01:22:07 +0200
commit27f0f86b9b3d391aebbbb2e1891f799ff5b2ce67 (patch)
tree443bc8c728e0d77ae5ff7924a92d343df0ec6190 /PKGBUILD
parent2d3b6c020ab2bc91886253b7ef84daa849e81b8d (diff)
downloadaur-27f0f86b9b3d391aebbbb2e1891f799ff5b2ce67.tar.gz
small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac9bc69e8999..4990edc8630f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=cointop-bin
pkgver=1.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time"
arch=("x86_64")
url="https://github.com/miguelmota/cointop"
license=("Apache License 2.0")
provides=("cointop")
conflicts=("cointop" "cointop-git")
-source=("$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/cointop_${pkgver}_linux_amd64.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/cointop_${pkgver}_linux_amd64.tar.gz")
sha256sums=("e1be57964d21faba590a2ea8181184c5ab002543c2d5edae1a24d4f75cc509d5")
package() {