[arch-commits] Commit in mod_fcgid/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Jan 27 08:09:38 UTC 2014


    Date: Monday, January 27, 2014 @ 09:09:37
  Author: jgc
Revision: 204784

upgpkg: mod_fcgid 2.3.9-1

Modified:
  mod_fcgid/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-27 07:57:48 UTC (rev 204783)
+++ PKGBUILD	2014-01-27 08:09:37 UTC (rev 204784)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=mod_fcgid
-pkgver=2.3.7
+pkgver=2.3.9
 pkgrel=1
 pkgdesc="A FastCGI module for Apache HTTP Server."
 license=('APACHE')
@@ -9,17 +9,19 @@
 arch=('i686' 'x86_64')
 url="http://httpd.apache.org/mod_fcgid/"
 depends=('apache')
-source=("http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz")
-sha256sums=('b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+          'SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure.apxs 
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/{usr/share,etc}
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/etc"
 }




More information about the arch-commits mailing list