summarylogtreecommitdiffstats
path: root/git.PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2022-05-05 12:24:18 -0500
committerMoses Narrow2022-05-05 12:24:18 -0500
commit1d4de605abf03822f8e5a1e984411cc08169c2c6 (patch)
tree35f681723fd293c61d7fb68036197a6c5a6ef075 /git.PKGBUILD
parent455681aa9f3e1195e32ce0cade341190e285d71f (diff)
downloadaur-1d4de605abf03822f8e5a1e984411cc08169c2c6.tar.gz
fix missing dmsghttp-config.json & other missing path error
Diffstat (limited to 'git.PKGBUILD')
-rw-r--r--git.PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/git.PKGBUILD b/git.PKGBUILD
index 93d0fd046df5..98d69fbe4c69 100644
--- a/git.PKGBUILD
+++ b/git.PKGBUILD
@@ -7,8 +7,8 @@ _githuborg=${_projectname}
pkgdesc="Skywire Mainnet Node implementation. Skycoin.com"
_pkggopath="github.com/${_githuborg}/${_pkgname}"
pkgver='autogenerated'
-pkgrel=4
-#pkgrel=4
+pkgrel=5
+#pkgrel=5
arch=( 'i686' 'x86_64' 'aarch64' 'armv8' 'armv7' 'armv7l' 'armv7h' 'armv6h' 'armhf' 'armel' 'arm' )
url="https://${_pkggopath}"
license=()
@@ -16,9 +16,11 @@ makedepends=('git' 'go' 'musl' 'kernel-headers-musl')
install=skywire.install
_scripts=${_pkgname}-scripts
source=("git+${url}.git#branch=${BRANCH:-develop}"
+"${url}/raw/develop/dmsghttp-config.json"
"${_scripts}.tar.gz"
)
sha256sums=('SKIP'
+ 'dcb3b8bc1f6fa58dd64b95045b8b010489352c815f737bf2cbf8812973a8dc49'
'791c5157f794248a67c3aba25084f1472f0422dd2cfaaa889da293c1de4c7c3f')
pkgver() {