David Runge pushed to branch main at Arch Linux / Packaging / Packages / profile-sync-daemon
Commits: 0e2279a3 by David Runge at 2026-07-19T13:30:23+02:00 Include epoch and pkgrel when checking against version 1:7.0.0-1 Signed-off-by: David Runge <[email protected]> - - - - - c10a6e9f by David Runge at 2026-07-19T13:42:00+02:00 upgpkg: 1:7.04-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - profile-sync-daemon.install Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = profile-sync-daemon pkgdesc = Symlinks and syncs browser profile dirs to RAM - pkgver = 7.03 + pkgver = 7.04 pkgrel = 1 epoch = 1 url = https://github.com/graysky2/profile-sync-daemon @@ -14,8 +14,8 @@ pkgbase = profile-sync-daemon depends = rsync depends = systemd optdepends = zsh-completions: for completion when using zsh - source = profile-sync-daemon-7.03.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v7.03.tar.gz - sha512sums = df20c267831daf10c274520da25179c9e899bb4fb5aa54123ea96289e596fb03bd5fa77053ac55059c1d141e7b5a524d6b99a16e4e85e94483798d6f992c9cb6 - b2sums = d1e46278785865c2f848f06a26f63197226c0d2381dcbf969acbfa3c0eb8edc721c31b6960689e73c6ac9c897fc52a9af3ec14d2edbbbdc0ca9b8376a308eded + source = profile-sync-daemon-7.04.tar.gz::https://github.com/graysky2/profile-sync-daemon/archive/v7.04.tar.gz + sha512sums = 23bad4eb0a9f73fff26cb98fa216a1f22c498a900af79dafcd4bf401acea80f498f2f60a57c3e66447e1dd4af6e72e9bbfdb0e45098611c7c3a5edc4c82be6b2 + b2sums = cb3c94e20f17427695ec701e92977e31a6ba2c1c92de9f0aed1a131a424f08f0e869beffc96f09ab27bade063709d2614b781258c94df3acf7ba3530570fbd79 pkgname = profile-sync-daemon ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: graysky <graysky AT archlinux DOT us> pkgname=profile-sync-daemon -pkgver=7.03 +pkgver=7.04 pkgrel=1 epoch=1 pkgdesc="Symlinks and syncs browser profile dirs to RAM" @@ -20,8 +20,8 @@ depends=( optdepends=('zsh-completions: for completion when using zsh') install=$pkgname.install source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz) -sha512sums=('df20c267831daf10c274520da25179c9e899bb4fb5aa54123ea96289e596fb03bd5fa77053ac55059c1d141e7b5a524d6b99a16e4e85e94483798d6f992c9cb6') -b2sums=('d1e46278785865c2f848f06a26f63197226c0d2381dcbf969acbfa3c0eb8edc721c31b6960689e73c6ac9c897fc52a9af3ec14d2edbbbdc0ca9b8376a308eded') +sha512sums=('23bad4eb0a9f73fff26cb98fa216a1f22c498a900af79dafcd4bf401acea80f498f2f60a57c3e66447e1dd4af6e72e9bbfdb0e45098611c7c3a5edc4c82be6b2') +b2sums=('cb3c94e20f17427695ec701e92977e31a6ba2c1c92de9f0aed1a131a424f08f0e869beffc96f09ab27bade063709d2614b781258c94df3acf7ba3530570fbd79') build() { make -C $pkgname-$pkgver ===================================== profile-sync-daemon.install ===================================== @@ -26,7 +26,11 @@ pre_upgrade() { ## arg 1: the new package version ## arg 2: the old package version - if (( "$(vercmp "$2" '7.0.0')" < 0 )); then + if (( "$(vercmp "$2" '1:7.0.4-1')" < 0 )); then + _compare_config_notice + fi + + if (( "$(vercmp "$2" '1:7.0.0-1')" < 0 )); then printf 'NOTE: Major changes introduced for mounting and unmounting!\n' _stop_user_unit_for_logged_in_users "$default_service" _compare_config_notice View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/profile-sync-daemon/-/compare/40d434a0e8462dd1b5588bfcfa1b10dcbcbcf6e6...c10a6e9f456228f8728fd900c5eb0395f534127c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/profile-sync-daemon/-/compare/40d434a0e8462dd1b5588bfcfa1b10dcbcbcf6e6...c10a6e9f456228f8728fd900c5eb0395f534127c You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
