summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwowario2021-03-24 22:32:35 +0300
committerwowario2021-03-24 22:32:35 +0300
commit5a0fe50945b9c43833708689fb60f482171e133e (patch)
treea0e1f27450f6467e9200b16577fe8d9a55a10534
parent4b32c7a60f6c3ea6336fdf6975ed1e51591d3445 (diff)
downloadaur-5a0fe50945b9c43833708689fb60f482171e133e.tar.gz
bump to beta-5
-rw-r--r--.SRCINFO56
-rw-r--r--PKGBUILD23
2 files changed, 29 insertions, 50 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b9ecfa535c0..6cc7ea17822d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,31 +1,31 @@
pkgbase = monero-feather-git
- pkgdesc = a free Monero desktop wallet
- pkgver = 0.4.0.763d3fad0e
- pkgrel = 1
- url = https://featherwallet.org
- arch = x86_64
- license = BSD
- makedepends = git
- makedepends = cmake
- makedepends = boost
- depends = boost-libs
- depends = libunwind
- depends = openssl
- depends = readline
- depends = pcsclite
- depends = hidapi
- depends = protobuf
- depends = miniupnpc
- depends = libgcrypt
- depends = qrencode
- depends = ccache
- depends = libsodium
- depends = libpgm
- depends = expat
- depends = qt5-base
- depends = qt5-websockets
- depends = tor
- source = monero-feather-git::git+https://git.featherwallet.org/feather/feather
- sha256sums = SKIP
+ pkgdesc = a free Monero desktop wallet
+ pkgver = 0.5.0.d1bb4c143f
+ pkgrel = 1
+ url = https://featherwallet.org
+ arch = x86_64
+ license = BSD
+ makedepends = git
+ makedepends = cmake
+ makedepends = boost
+ depends = boost-libs
+ depends = libunwind
+ depends = openssl
+ depends = readline
+ depends = pcsclite
+ depends = hidapi
+ depends = protobuf
+ depends = miniupnpc
+ depends = libgcrypt
+ depends = qrencode
+ depends = libsodium
+ depends = libpgm
+ depends = expat
+ depends = qt5-base
+ depends = qt5-websockets
+ depends = tor
+ source = monero-feather-git::git+https://git.featherwallet.org/feather/feather
+ sha256sums = SKIP
pkgname = monero-feather-git
+
diff --git a/PKGBUILD b/PKGBUILD
index c4c8e33150b8..fd3fed5dc5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: wowario <wowario[at]protonmail[dot]com>
pkgname='monero-feather-git'
-pkgver=0.4.0.763d3fad0e
+pkgver=0.5.0.d1bb4c143f
pkgrel=1
pkgdesc='a free Monero desktop wallet'
license=('BSD')
@@ -31,24 +31,3 @@ package_monero-feather-git() {
install -Dm644 "${srcdir}/${pkgname}/src/assets/images/feather.png" "${pkgdir}/usr/share/pixmaps/feather.png"
}
-post_install () {
- echo ""
- echo ""
- echo "============================================"
- echo " START TOR SERVICE BEFORE RUNNING FEATHER"
- echo "============================================"
- echo ""
- echo "Start Tor service with:"
- echo ""
- echo "sudo systemctl start tor.service"
- echo ""
- echo "Check Tor status with:"
- echo ""
- echo "systemctl status tor.service"
- echo ""
- echo "Stop Tor service with:"
- echo ""
- echo "sudo systemctl stop tor.service"
- echo ""
- echo ""
-}