[arch-commits] Commit in profile-sync-daemon/trunk (2 files)

David Runge dvzrv at archlinux.org
Wed May 6 08:22:55 UTC 2020


    Date: Wednesday, May 6, 2020 @ 08:22:55
  Author: dvzrv
Revision: 625030

upgpkg: profile-sync-daemon 6.40-1: Upgrading to 6.40.

Modified:
  profile-sync-daemon/trunk/PKGBUILD
  profile-sync-daemon/trunk/profile-sync-daemon.install

-----------------------------+
 PKGBUILD                    |    4 ++--
 profile-sync-daemon.install |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 08:08:32 UTC (rev 625029)
+++ PKGBUILD	2020-05-06 08:22:55 UTC (rev 625030)
@@ -2,7 +2,7 @@
 # Contributor: graysky <graysky AT archlinux DOT us>
 
 pkgname=profile-sync-daemon
-pkgver=6.38
+pkgver=6.40
 pkgrel=1
 pkgdesc="Symlinks and syncs browser profile dirs to RAM"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('zsh-completions: for completion when using zsh')
 install="${pkgname}.install"
 source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('6c8e56eb69979021b269a22096d925aab49a01358c60dabb368a270cd9e1d091865d21c3998fa37ff97eef79f3ab016354783a1a0d9c41151f9f86af8bb6d9b8')
+sha512sums=('9f2ad3ce426f771a6e7cbaacebfde67a529232fe202eb52d23d37082e503c21d990a2cf43c1124475e5a5c004b00b38d27106b837ce7534ed2b3cc71c49fae82')
 
 build() {
   cd "$pkgname-$pkgver"

Modified: profile-sync-daemon.install
===================================================================
--- profile-sync-daemon.install	2020-05-06 08:08:32 UTC (rev 625029)
+++ profile-sync-daemon.install	2020-05-06 08:22:55 UTC (rev 625030)
@@ -90,6 +90,11 @@
   if [ "$(vercmp "$2" 6.30)" -lt 0 ]; then
     _diff_recommendation
   fi
+
+  # version 6.40 has minor changes to config file
+  if [ "$(vercmp "$2" 6.40)" -lt 0 ]; then
+    _diff_recommendation
+  fi
 }
 
 post_upgrade() {



More information about the arch-commits mailing list