summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2017-07-05 10:51:24 -0400
committerDavid Parrish2017-07-05 10:51:24 -0400
commit54a1ab343c6384a7bb68c57ddf34db8082c66caf (patch)
treee68cc27dc8b5118a21f205656bb5962d1636e478
parent2ebbdc68b32e3b0d9f9cd7ae9291a3c42ec5d413 (diff)
downloadaur-54a1ab343c6384a7bb68c57ddf34db8082c66caf.tar.gz
Rename to bisq
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837eabd2d59d..ff762724037a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 12:58:04 UTC 2017
-pkgbase = bitsquare-bin
+# Wed Jul 5 14:50:59 UTC 2017
+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.5.1
pkgrel = 1
@@ -10,5 +10,5 @@ pkgbase = bitsquare-bin
source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.5.1/Bisq-64bit-0.5.1.deb
md5sums_x86_64 = d1b86fd30539d321076858a0b1d51773
-pkgname = bitsquare-bin
+pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e089ed79e9a..d1beabbb44c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
-pkgname=bitsquare-bin
+pkgname=bisq-bin
pkgver=0.5.1
pkgrel=1
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
@@ -16,7 +16,7 @@ prepare() {
}
package() {
- install -d "$pkgdir"/{opt/,usr/bin/,usr/share/applications,/usr/share/pixmaps,/usr/share/licenses/bitsquare}
+ install -d "$pkgdir"/{opt/,usr/bin/,usr/share/applications,/usr/share/pixmaps,/usr/share/licenses/bisq}
# Install all .deb files into /opt.
cp -r "$srcdir/opt" "$pkgdir"