summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2022-06-27 14:51:52 -0500
committerMoses Narrow2022-06-27 14:51:52 -0500
commitde3a706e02c440e91e8f64444de588adee0a0c73 (patch)
tree499a2a1b320848266e528b30b8e36776fe265b1a /PKGBUILD
parentcad8fac1c8ccf968ceb5b1ebfe21c771c0d1a24f (diff)
downloadaur-de3a706e02c440e91e8f64444de588adee0a0c73.tar.gz
change postinstall to only enable and start the service if SKYBIAN=true; add net-tools as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d472c722274b..8276d2f7ef85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=skywire-bin
_pkgname=${pkgname/-bin/}
_githuborg=skycoin
-pkgdesc="Skywire: Decentralize the web. Skycoin.com"
+pkgdesc="Skywire: Building a new Internet. Skycoin.com"
pkgver='1.0.0'
pkgrel=6
_rc='-rc6'
@@ -14,10 +14,11 @@ arch=( 'i686' 'x86_64' 'aarch64' 'armv8' 'armv7' 'armv7l' 'armv7h' 'armv6h' 'arm
url="https://${_pkggopath}"
provides=( 'skywire' )
conflicts=( 'skywire' )
+depends=( 'net-tools' )
install=skywire.install
_scripts=${_pkgname}-scripts
source=("${_scripts}.tar.gz" )
-sha256sums=('214f2335a95880d1a82513b3db2df665391bea3dd34933c78e60be6f9e2576ea')
+sha256sums=('4e32a6289de7698a3460782096573f60ca42f45acd7111b09ede5415c34c6878')
sha256sums_x86_64=('cd9bd3794b19a8af4ba93ba57f35c3e291689f924d39cf40067e652f8e5d0d03')
sha256sums_aarch64=('035294fa4df15c846ec374145a04997928d837d37bdee23cf771dca04258b4e7')
sha256sums_armv8=('035294fa4df15c846ec374145a04997928d837d37bdee23cf771dca04258b4e7')