summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2020-12-18 01:22:07 +0200
committerjonian2020-12-18 01:22:07 +0200
commit27f0f86b9b3d391aebbbb2e1891f799ff5b2ce67 (patch)
tree443bc8c728e0d77ae5ff7924a92d343df0ec6190
parent2d3b6c020ab2bc91886253b7ef84daa849e81b8d (diff)
downloadaur-27f0f86b9b3d391aebbbb2e1891f799ff5b2ce67.tar.gz
small fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3463225dfe50..35bfc6b1a44a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cointop-bin
pkgdesc = Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time
pkgver = 1.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/miguelmota/cointop
arch = x86_64
license = Apache License 2.0
provides = cointop
conflicts = cointop
conflicts = cointop-git
- source = cointop-bin-1.5.5.deb::https://github.com/miguelmota/cointop/releases/download/v1.5.5/cointop_1.5.5_linux_amd64.tar.gz
+ source = cointop-bin-1.5.5.tar.gz::https://github.com/miguelmota/cointop/releases/download/v1.5.5/cointop_1.5.5_linux_amd64.tar.gz
sha256sums = e1be57964d21faba590a2ea8181184c5ab002543c2d5edae1a24d4f75cc509d5
pkgname = cointop-bin
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() {