summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-02-28 17:28:25 +0100
committerM0Rf302017-02-28 17:28:25 +0100
commitcd78b35dbebea254e7424dc6f34d0cf1b710ece1 (patch)
treeecf1d0419c83ac3ba1a9a247e6ba53b5dc90ea3c
parent608129efa1777375e28989d13ccd6af69ab7c45e (diff)
downloadaur-cd78b35dbebea254e7424dc6f34d0cf1b710ece1.tar.gz
url points to github project site
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accf8ad09ab9..d64d597188a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Feb 28 16:28:11 UTC 2017
pkgbase = encompass
pkgdesc = BIP-0044 compliant multi-currency wallet based on Electrum. Extendable with ChainKey modules to most coins!
pkgver = 0.5.0
pkgrel = 1
- url = https://maza.club/encompass
+ url = https://github.com/mazaclub/encompass/
install = encompass.install
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 684ce3b6d623..4bf61ee4adb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 'desktop-file-utils
optdepends=('python2-btchip: BTChip hardware wallet support'
'python2-matplotlib: plot transaction history in graphical mode'
'zbar: QR code reading support')
-url="https://maza.club/encompass"
+url="https://github.com/mazaclub/encompass/"
license=('GPL3')
source=("https://github.com/mazaclub/encompass/releases/download/v{$pkgver}/${pkgname^}-${pkgver}.tar.gz")
provides=('encompass')