summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Rogoża2021-03-16 23:52:29 +0100
committerPiotr Rogoża2021-03-16 23:52:29 +0100
commitb141a6b702db256a03d1ee26246866df003ce6ad (patch)
treedcd6a2c49e61d82efbc5a7677d2ecc3f32317b22 /PKGBUILD
parent719ead9a2e785c67f7701bd56326f9cb8bceb66a (diff)
downloadaur-spawn-fcgi-php.tar.gz
Fix URL and sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 618cb2535be0..a0118b6cb86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=spawn-fcgi-php
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Script to provide simple cgi-php support for nginx http daemon"
arch=('any')
-url="http://aur.archlinux.org/packages.php?ID=37439"
+url='https://aur.archlinux.org/packages/spawn-fcgi-php/'
license=('GPL')
depends=('php-cgi' 'spawn-fcgi')
backup=('etc/conf.d/spawn-fcgi-php.conf')
@@ -22,7 +22,7 @@ source=(
)
options=(!strip)
-build() {
+package() {
# Install script and configuration file
install -Dm755 "$srcdir"/spawn-fcgi-php.rc.d \
"$pkgdir"/etc/rc.d/spawn-fcgi-php