summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoses Narrow2022-02-02 20:27:30 -0600
committerMoses Narrow2022-02-02 20:27:30 -0600
commit3734c6b4059da7a1cf5c1bee8064b8d9778a681b (patch)
tree1043120dfdf93c602681d9e078b95bec06c66e64 /PKGBUILD
parentf15789c3f641f83dbac086dfd386e4ea119cc3bc (diff)
downloadaur-3734c6b4059da7a1cf5c1bee8064b8d9778a681b.tar.gz
add NOAUTOUPDATE env detection to be able to avoid skywire-autoconfig running in the postinstall if desired
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720f7da27f79..e24f8b892947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgver='0.5.1'
_tag_ver="v${_pkgver}"
pkgver=${_pkgver//-/.}
_pkggopath="github.com/${_githuborg}/${_pkgname}"
-pkgrel=33
+pkgrel=34
arch=( 'i686' 'x86_64' 'aarch64' 'armv8' 'armv7' 'armv7l' 'armv7h' 'armv6h' 'armhf' 'armel' 'arm' )
url="https://${_pkggopath}"
makedepends=()
@@ -19,7 +19,7 @@ conflicts=( 'skywire' )
install=skywire.install
_scripts=${_pkgname}-scripts
source=("${_scripts}.tar.gz" )
-sha256sums=('a0725589786f203262f4590b4f99aefe79291d8a121fd0163ec34df23f31458b')
+sha256sums=('a3addd168be85fa541d0c5c6e9c82d6644786a0d51e8218d663fef3cbda743c9')
sha256sums_i686=('6c600e33593e2b4053c5d08fdeb5cedcde425f019e4fc7b2d0b3b3adb7f322f6')
sha256sums_x86_64=('c661fb78caa9dae961800069b188f8035b36cc151fe5665c8eb59c16da7c5781')
sha256sums_aarch64=('bc5c2227de16bc71d16c73cafcdf071c9f6c40f715d9c5416bea66dcc5659eed')