summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-10-19 04:06:12 -0400
committerredfish2019-10-19 04:11:18 -0400
commitfb600a5cc7f9c49768dfc04d30d3e7e530294f5a (patch)
tree1e8aa5dcc4f7733a97b066000ba8a404f63a9d12
parent76afc6e22ae06735d25005d18d72ae71db0b4a74 (diff)
downloadaur-fb600a5cc7f9c49768dfc04d30d3e7e530294f5a.tar.gz
0.7.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rw-r--r--zeronet.install4
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a5f87638c4..635258d54811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 28 20:31:24 UTC 2019
pkgbase = zeronet-git
pkgdesc = Decentralized websites using Bitcoin crypto and the BitTorrent network.
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://zeronet.io/
install = zeronet.install
diff --git a/PKGBUILD b/PKGBUILD
index 25a4eb849dde..ed599ba9dc89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='zeronet-git'
_gitname='ZeroNet'
_gitroot='https://github.com/HelloZeroNet/ZeroNet.git'
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
arch=('any')
url="https://zeronet.io/"
@@ -52,6 +52,7 @@ package() {
# install license
install -D -m644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
sha256sums=('SKIP'
'ea735e82dbb10a2c1fda7abfeb2f38c2429044d8254f9e2396c50cecb6f778f8'
'2ee64a1b671a49a1626901a11d4d7fa338c77cb9b7c9facd2f56b087a4a0bb83')
diff --git a/zeronet.install b/zeronet.install
index 8d94885f98a0..ebe2b8286556 100644
--- a/zeronet.install
+++ b/zeronet.install
@@ -29,11 +29,11 @@ post_install() {
echo ">>> NOTE: all operations including editing zerosite files,"
echo ">>> should be done as user zeronet and config must be passed"
echo ">>> for data directory to be selected to /var/lib/zeronet: "
- echo ">>> sudo -u zeronet python2 zeronet.py --config_file /etc/zeronet.conf ..."
+ echo ">>> sudo -u zeronet python zeronet.py --config_file /etc/zeronet.conf ..."
echo ">>> OR"
echo ">>> sudo su - zeronet"
echo ">>> cd /opt/zeronet"
- echo ">>> python2 zeronet.py --config_file /etc/zeronet.conf ..."
+ echo ">>> python zeronet.py --config_file /etc/zeronet.conf ..."
}
## each separate version number must be less than 3 digit wide !