diff --git a/helpers/make-redshift b/helpers/make-redshift
index 0552d7d846451e071a4579dd9b8cc9947734b01c..b4b3aa19e9d05997f708bc7277704e2ae43f59e0 100644
--- a/helpers/make-redshift
+++ b/helpers/make-redshift
@@ -19,7 +19,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 
-VERSION=4
+VERSION=5
 
 . ./config
 
@@ -54,6 +54,9 @@ echo "debian/redshift.conf /etc" >> debian/redshift.install
 # Fix apparmor profile
 sed 's/+37,7/+37,8/; /redshift-shared/a+\  /etc/redshift.conf r,' -i debian/patches/Fix-AppArmor-profile-for-Wayland.patch
 
+# Remove geoclue daemon dependency
+sed -i '/geoclue-2.0/d' debian/control
+
 changelog "Added default manual configuration"
 
 compile