summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-11-15 09:45:09 -0500
committerDavid Parrish2018-11-15 09:51:23 -0500
commit8013df815be914403f0b5a3449b1999f246d17ad (patch)
tree7bca32030d815a7b2b537e596ed50f9cb4d8fa4a
parent494cc300f0fd4fd802cf885d39e8e476145529bd (diff)
downloadaur-8013df815be914403f0b5a3449b1999f246d17ad.tar.gz
Verify signature and sha512 checksum
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45fc626972a6..5129bf37bd1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Nov 15 14:51:11 UTC 2018
pkgbase = bisq-bin
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://bisq.network
arch = x86_64
license = AGPL3
@@ -9,8 +11,10 @@ pkgbase = bisq-bin
depends = gtk2
provides = bisq
conflicts = bisq
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.8.1/Bisq-64bit-0.8.1.deb
- md5sums_x86_64 = 889912db46c273b2148215f5ddd0b58b
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.8.1/Bisq-64bit-0.8.1.deb
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.8.1/Bisq-64bit-0.8.1.deb.asc
+ sha512sums_x86_64 = 3dc11f9586d92c5fba089602bfba28f47056a126a49b55d97a1074b0194d15ac91d796369d04475fa4b99f3b232c10481dc7b8574744c2b834e30097c5729950
+ sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6ddf1e0f4f7..686cc125b64f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=bisq-bin
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('x86_64')
url="https://bisq.network"
license=('AGPL3')
depends=('java-openjfx' 'gtk2')
-source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb")
-md5sums_x86_64=('889912db46c273b2148215f5ddd0b58b')
+validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
+source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
+sha512sums_x86_64=('3dc11f9586d92c5fba089602bfba28f47056a126a49b55d97a1074b0194d15ac91d796369d04475fa4b99f3b232c10481dc7b8574744c2b834e30097c5729950'
+ 'SKIP')
_binname=Bisq
conflicts=("bisq")
provides=("bisq")