summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Motyka2021-03-26 16:19:18 +0100
committerDawid Motyka2021-03-26 16:19:18 +0100
commit42dcce695d5782b30c37d8c0848663861b50ce34 (patch)
treedea2cc346460c49bbfb8b004bbf51e5b31edda31
parentfa29edfb9cac691b7d7ee6c19552e80f94c65a09 (diff)
downloadaur-42dcce695d5782b30c37d8c0848663861b50ce34.tar.gz
Update to 2.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fa6af823852..0060bdd30ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cryptonose
pkgdesc = A free and open source desktop application that keeps track of significant price changes within small time periods (5 minutes, 30 minutes) on cryptocurrency markets
- pkgver = 2.18.0
+ pkgver = 2.19.1
pkgrel = 1
url = https://dawidm.github.io/cryptonose2
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = cryptonose
depends = libxrender
depends = freetype2
depends = alsa-lib
- source = cryptonose-2.18.0.deb::https://github.com/dawidm/cryptonose2/releases/download/v2.18.0/cryptonose_2.18.0-1_amd64.deb
- sha256sums = 66e8c97fcfb83756bf4347a50605d22f5e0ad0a82d512c018f76fcdae3df88a2
+ source = cryptonose-2.19.1.deb::https://github.com/dawidm/cryptonose2/releases/download/v2.19.1/cryptonose_2.19.1-1_amd64.deb
+ sha256sums = a9aa3dee33e977c44c30c5d08197e156ed0f1871110d96934601c01dbe81e247
pkgname = cryptonose
diff --git a/PKGBUILD b/PKGBUILD
index 559b196b56d4..21bf920708b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=cryptonose
-pkgver=2.18.0
+pkgver=2.19.1
pkgrel=1
pkgdesc="A free and open source desktop application that keeps track of significant price changes within small time periods (5 minutes, 30 minutes) on cryptocurrency markets"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('libnet'
'freetype2'
'alsa-lib')
source=("${pkgname}-${pkgver}.deb::https://github.com/dawidm/cryptonose2/releases/download/v${pkgver}/cryptonose_${pkgver}-1_amd64.deb")
-sha256sums=('66e8c97fcfb83756bf4347a50605d22f5e0ad0a82d512c018f76fcdae3df88a2')
+sha256sums=('a9aa3dee33e977c44c30c5d08197e156ed0f1871110d96934601c01dbe81e247')
package() {
tar xvf data.tar.xz -C "${pkgdir}"