[arch-commits] CVS update of extra/system/archstats (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Jul 26 23:56:08 UTC 2007


    Date: Thursday, July 26, 2007 @ 19:56:08
  Author: dan
    Path: /home/cvs-extra/extra/system/archstats

Modified: PKGBUILD (1.16 -> 1.17)

fixing license install locations


----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Index: extra/system/archstats/PKGBUILD
diff -u extra/system/archstats/PKGBUILD:1.16 extra/system/archstats/PKGBUILD:1.17
--- extra/system/archstats/PKGBUILD:1.16	Tue Nov 14 18:54:35 2006
+++ extra/system/archstats/PKGBUILD	Thu Jul 26 19:56:07 2007
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD,v 1.16 2006/11/14 23:54:35 simo Exp $
+# $Id: PKGBUILD,v 1.17 2007/07/26 23:56:07 dan Exp $
 # Maintainer: simo <simo at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-#
+# Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=archstats
-pkgver=4.2
+pkgver=5.0
 pkgrel=1
 pkgdesc="Collect/upload system hardware/software info for ArchStats Project"
 arch=(i686 x86_64)
 url="http://archlinux.org/~simo/archstats"
+license=('GPL')
 backup=(etc/archstats/archstats.conf)
-makedepends=('mhash' 'curl' 'zlib')
-source=(http://archlinux.org/~simo/archstats/archstats/$pkgname-$pkgver.tar.bz2)
-md5sums=('9eed0b39e789ed756bb0317572086c3e')
+depends=('curl' 'zlib')
+source=(http://code.toofishes.net/downloads/$pkgname-$pkgver.tar.gz)
+md5sums=('c43455f445406d14e1ca3e42c1631a9d')
+sha1sums=('acda5989a20323c7b69bea4c017e206efab426cf')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  sed -i "s/VERSION     = $pkgver/VERSION     = $pkgver-$CARCH/g" Makefile
   /usr/bin/make || return 1
   /usr/bin/make DESTDIR=$startdir/pkg install
 }
+
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list