diff --git a/PKGBUILD b/PKGBUILD index 17f7eea..af14fcb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=garuda-common-settings pkgver=2.6.3 -pkgrel=1 +pkgrel=2 arch=('any') url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname" license=('GPL') diff --git a/garuda-common-settings.install b/garuda-common-settings.install index 1cbbbc2..f993c4c 100644 --- a/garuda-common-settings.install +++ b/garuda-common-settings.install @@ -11,7 +11,7 @@ post_install() { } pre_upgrade() { - if [[ $(vercmp 2.6.3 $2) -gt 0 ]] && [[ $(vercmp 2.5.8 $2) -lt 0 ]]; then + if [[ $(vercmp 2.6.2 $2) -gt 0 ]] && [[ $(vercmp 2.5.8 $2) -lt 0 ]]; then umount /usr/share/libalpm/hooks/01-snapshot-reject.hook # Not technically necessary ln -s /dev/null /etc/pacman.d/hooks/01-snapshot-reject.hook