summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoses Narrow2022-02-25 06:36:51 -0600
committerMoses Narrow2022-02-25 06:36:51 -0600
commitc84e8346a3054e3802a1ffb24cd51d76bbbb5433 (patch)
tree45e9005aa622a7e3bcfd9f6cc26c25fcd8952808
parent8188aff9cf27eb6c5431cfad2e123960acd9b0ab (diff)
downloadaur-c84e8346a3054e3802a1ffb24cd51d76bbbb5433.tar.gz
fix accidental exclusion of dmsghttp-config.json
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--cc.deb.PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 769f27f3948b..ec45901c3924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skywire-bin
pkgdesc = Skywire: Decentralize the web. Skycoin.com
pkgver = 0.6.0
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/skycoin/skywire
install = skywire.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 02c18c1a1d88..7cdbf349aabd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname/-bin}
_githuborg=skycoin
pkgdesc="Skywire: Decentralize the web. Skycoin.com"
pkgver='0.6.0'
-pkgrel=10
+pkgrel=11
_pkgver=${pkgver}
_tag_ver="v${_pkgver}"
_pkggopath="github.com/${_githuborg}/${_pkgname}"
diff --git a/cc.deb.PKGBUILD b/cc.deb.PKGBUILD
index 12e08220eeb3..131b4948b800 100644
--- a/cc.deb.PKGBUILD
+++ b/cc.deb.PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname/-bin}
_githuborg=skycoin
pkgdesc="Skywire: Decentralize the web. Skycoin.com. Debian package"
pkgver='0.6.0'
-pkgrel=10
+pkgrel=11
_pkgver=${pkgver}
_pkgrel=${pkgrel}
_tag_ver="v${_pkgver}"
@@ -122,7 +122,7 @@ ln -rTsf ${_pkgdir}/${_skybin}/${_pkgname}-visor ${_pkgdir}/usr/bin/${_pkgname}-
chmod +x ${_pkgdir}/usr/bin/*
#install dmsghttp-config.json
-install -Dm644 ${srcdir}/dmsghttp-config.json ${pkgdir}/${_skydir}/dmsghttp-config.json
+install -Dm644 ${srcdir}/dmsghttp-config.json ${_pkgdir}/${_skydir}/dmsghttp-config.json
_msg2 'installing systemd services'
install -Dm644 ${srcdir}/${_scripts}/systemd/${_pkgname}.service ${_pkgdir}/${_systemddir}/${_pkgname}.service