Arch PKGBUILDs for https://tangled.org/@tangled.org/core
arch pkgbuild

update to v1.7.0-alpha

tjh.dev d2a9fda8 0a1dd7bb

verified
Changed files
+12 -12
knotserver
knotserver-git
+2 -2
README.md
··· 11 11 12 12 ### [appview](appview) 13 13 14 - Builds `appview` from tag [v1.4.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.4.0-alpha). 14 + Builds `appview` from tag [v1.7.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.7.0-alpha). 15 15 16 16 ### [knotserver](knotserver) 17 17 18 - Builds `knot` from tag [v1.4.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.4.0-alpha). 18 + Builds `knot` from tag [v1.7.0-alpha](https://tangled.sh/@tangled.sh/core/tree/v1.7.0-alpha). 19 19 20 20 ### [knotserver-git](knotserver-git) 21 21
+1 -1
conf.sh
··· 1 - tag=1.4.0-alpha 1 + tag=1.7.0-alpha 2 2 knotserver_user=git 3 3 knotserver_group=git 4 4 knotserver_path=/var/lib/tangled
+2 -2
knotserver-git/.SRCINFO
··· 1 1 pkgbase = knotserver-git 2 2 pkgdesc = git collaboration platform built on ATproto 3 - pkgver = 1.4.0.alpha.r1.g9b2e136 3 + pkgver = 1.7.0.alpha.r0.g096eb30 4 4 pkgrel = 1 5 5 url = https://tangled.sh/@tangled.sh/core 6 6 install = knotserver.install ··· 10 10 depends = git 11 11 conflicts = knotserver 12 12 options = strip 13 - source = tangled::git+https://tangled.sh/@tangled.sh/core#branch=master 13 + source = tangled::git+https://tangled.sh/@tangled.sh/core 14 14 source = knotserver.service 15 15 source = knotserver-sshd.conf 16 16 source = knotserver-tmpfiles.conf
+2 -2
knotserver-git/PKGBUILD
··· 1 1 _pkgname=knotserver 2 2 pkgname=${_pkgname}-git 3 3 pkgdesc='git collaboration platform built on ATproto' 4 - pkgver=1.4.0.alpha.r1.g9b2e136 4 + pkgver=1.7.0.alpha.r0.g096eb30 5 5 pkgrel=1 6 6 license=(MIT) 7 7 arch=(x86_64) ··· 11 11 makedepends=(go) 12 12 options=(strip) 13 13 install=${_pkgname}.install 14 - source=("tangled::git+$url#branch=master" 14 + source=("tangled::git+$url" 15 15 ${_pkgname}.service 16 16 ${_pkgname}-sshd.conf 17 17 ${_pkgname}-tmpfiles.conf)
+3 -3
knotserver/.SRCINFO
··· 1 1 pkgbase = knotserver 2 2 pkgdesc = git collaboration platform built on ATproto 3 - pkgver = 1.4.0.alpha 3 + pkgver = 1.7.0.alpha 4 4 pkgrel = 1 5 5 url = https://tangled.sh/@tangled.sh/core 6 6 install = knotserver.install ··· 11 11 conflicts = knotserver-git 12 12 options = strip 13 13 options = !debug 14 - source = tangled::git+https://tangled.sh/@tangled.sh/core#tag=v1.4.0-alpha 14 + source = tangled::git+https://tangled.sh/@tangled.sh/core#tag=v1.7.0-alpha 15 15 source = knotserver.service 16 16 source = knotserver-sshd.conf 17 17 source = knotserver-tmpfiles.conf 18 - sha256sums = fa7727cd28ba1d0fb712f7a3b37260eea5d863abeac53f69d51831e596aa9c32 18 + sha256sums = 580e1f3547d4c16a3c62a61361332978432680b92fe59a47ba077734970ac94c 19 19 sha256sums = 8bf667569ca537ac65cf64c5395da3d594847692187977148b8026b50fdda8e5 20 20 sha256sums = 933042fd741dde2840888bd8d9f6293d1b1a37f3e442c2e9d84191412c022491 21 21 sha256sums = cd09d9faa49f248ce7decfcd712269b8312dd20b6e460b478e8e823489b97171
+2 -2
knotserver/PKGBUILD
··· 1 1 _pkgname=knotserver 2 - _pkgver=1.4.0-alpha 2 + _pkgver=1.7.0-alpha 3 3 pkgname=${_pkgname/\-/\.} 4 4 pkgdesc='git collaboration platform built on ATproto' 5 5 pkgver=${_pkgver/\-/\.} ··· 16 16 ${_pkgname}.service 17 17 ${_pkgname}-sshd.conf 18 18 ${_pkgname}-tmpfiles.conf) 19 - sha256sums=('fa7727cd28ba1d0fb712f7a3b37260eea5d863abeac53f69d51831e596aa9c32' 19 + sha256sums=('580e1f3547d4c16a3c62a61361332978432680b92fe59a47ba077734970ac94c' 20 20 '8bf667569ca537ac65cf64c5395da3d594847692187977148b8026b50fdda8e5' 21 21 '933042fd741dde2840888bd8d9f6293d1b1a37f3e442c2e9d84191412c022491' 22 22 'cd09d9faa49f248ce7decfcd712269b8312dd20b6e460b478e8e823489b97171')