From a195d217af4e348c4b3a24d4d070d7db4cbb9029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 24 Feb 2021 12:19:34 +0100 Subject: [PATCH] Revert to system PHP, as PHP 8 is now supported --- PKGBUILD | 2 +- nextcloud-background-job.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a87e3dc..668b384 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ license=('MIT') depends=('nextcloud') source=('nextcloud-background-job.'{service,timer} 'LICENSE.md') -sha512sums=('0955e61cbdc1a056fb98f1356f0e236740dc9096f494d0cdfb3a987f1f2da3f534711ae3a4114216836562e7ecbe771e7ec2ca525accdf531b0119270f803fb8' +sha512sums=('2628b7c52f067c2bb6a820180d8d98d6b7380937071bd749b21a2385906c8f06b99257064f6e745c9ff800d45fb6a15473aa305288f68cdaf0b74810abf278c6' '3aedfb198282d23a7017a9a33b06a63391a15e076cef36c5041c53da57a5ad2055a74e4f82c83de0af4dfed57971d954f4774f1d257e9f76cf8f8af395de6f49' '328fcf40c7bf2a441af55c42682c7a5a49b43be1b1af852064849ec1d625b31c73e2f3c1fb95cfb823aee090713347f5dcda29679c2d050bd17380dfb5fdf047') diff --git a/nextcloud-background-job.service b/nextcloud-background-job.service index 0005c6b..e6f7fcd 100644 --- a/nextcloud-background-job.service +++ b/nextcloud-background-job.service @@ -3,7 +3,7 @@ Description=Nextcloud cron.php background job [Service] User=http -ExecStart=/usr/bin/php7 -f /usr/share/webapps/nextcloud/cron.php +ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php [Install] WantedBy=basic.target