diff --git a/satellites/i3lock.sat b/satellites/i3lock.sat index 332dc40..1943452 100644 --- a/satellites/i3lock.sat +++ b/satellites/i3lock.sat @@ -24,7 +24,7 @@ make install \ # Install the manpage install -Dm644 -t "$dir_install/$dir_prefix/$dir_mandir/man1/" "$name.1" -# If not using PAM, we need suid to hash the user's password, as well as make sure the locker isn't killed by the kernel. +# If not using PAM, we need setuid to hash the user's password, as well as make sure the locker isn't killed by the kernel. # Don't worry, the locker drops privileges back to your user as soon as possible. option !pam chmod 4711 "$dir_install/$dir_prefix/$dir_bindir/$name" diff --git a/satellites/palemoon.sat b/satellites/palemoon.sat index c6cb28f..a3b5dc9 100644 --- a/satellites/palemoon.sat +++ b/satellites/palemoon.sat @@ -1,7 +1,7 @@ # NOTE: Requires GCC 5.x to build properly (Untested with 6.x, might cause segfaults) name=Pale-Moon -version=27.4.0 +version=27.4.1 version_autoconf=2.13 update_url="https://github.com/MoonchildProductions/$name/releases" update_names="/archive/${version}_Release.tar.gz" @@ -9,7 +9,7 @@ update_names="/archive/${version}_Release.tar.gz" define_option 'pulseaudio: Build with support for PulseAudio' dlextract "https://github.com/MoonchildProductions/$name/archive/${version}_Release/$name-${version}_Release.tar.gz" \ - '5745c2aff5edfb8df596582a0f382fea' + 'f0885cb445be3bb948d13e2105aef3d7' ( name=autoconf version="$version_autoconf" dlextract "https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" \ '9de56d4a161a723228220b0f425dc711'