Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
ethersync
Commits:
551a4c93 by Caleb Maclennan at 2026-01-28T14:40:22+03:00
upgpkg: 0.9.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ethersync
pkgdesc = Peer-to-peer, editor-agnostic collaborative editing of local
text files
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/teamtype/teamtype
arch = x86_64
license = AGPL-3.0-only
@@ -13,7 +13,7 @@ pkgbase = ethersync
conflicts = ethersync
replaces = ethersync
options = !lto
- source =
https://github.com/teamtype/teamtype/archive/refs/tags/v0.9.0/teamtype-0.9.0.tar.gz
- sha512sums =
9a6eee18b603f3650485125be14c2647b15aeea4ad977dde50493cafce301d044f0991214610eafd77e6973037c4689f39bdbdcb121ec815a71fbe5c63445b7c
+ source =
https://github.com/teamtype/teamtype/archive/refs/tags/v0.9.1/teamtype-0.9.1.tar.gz
+ sha512sums =
8caeeb57f74095671dff946860be252cc392452f80c414ebfcf06a63e2b63e45e6c3ff0bd92a7ab095cdc882b39c141b375314a74f1851006a07f4afe26c20a9
pkgname = teamtype
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgbase=ethersync
pkgname=teamtype
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc='Peer-to-peer, editor-agnostic collaborative editing of local text
files'
arch=('x86_64')
url="https://github.com/$pkgname/$pkgname"
@@ -16,7 +16,7 @@ conflicts=($pkgbase)
depends=(zlib glibc gcc-libs)
options=('!lto')
source=("$url/archive/refs/tags/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9a6eee18b603f3650485125be14c2647b15aeea4ad977dde50493cafce301d044f0991214610eafd77e6973037c4689f39bdbdcb121ec815a71fbe5c63445b7c')
+sha512sums=('8caeeb57f74095671dff946860be252cc392452f80c414ebfcf06a63e2b63e45e6c3ff0bd92a7ab095cdc882b39c141b375314a74f1851006a07f4afe26c20a9')
prepare() {
cd "$pkgname-$pkgver/daemon"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ethersync/-/commit/551a4c9373ecb43093477229b7a93ee3fd06fc0f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ethersync/-/commit/551a4c9373ecb43093477229b7a93ee3fd06fc0f
You're receiving this email because of your account on gitlab.archlinux.org.