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

Daniel Griffiths dgriffiths at archlinux.org
Tue Apr 20 00:29:17 UTC 2010


    Date: Monday, April 19, 2010 @ 20:29:17
  Author: dgriffiths
Revision: 78164

upgpkg: ipcalc 0.41-3 Package more than a year old, moved to arch=any

Modified:
  ipcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-20 00:27:21 UTC (rev 78163)
+++ PKGBUILD	2010-04-20 00:29:17 UTC (rev 78164)
@@ -3,15 +3,15 @@
 
 pkgname=ipcalc
 pkgver=0.41
-pkgrel=2
+pkgrel=3
 pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host ranges"
-arch=(i686 x86_64)
+arch=('any')
 url="http://jodies.de/ipcalc"
 license=('GPL')
 depends=('perl')
-source=(http://jodies.de/ipcalc-archive/$pkgname-$pkgver.tar.gz)
+source=(http://jodies.de/ipcalc-archive/${pkgname}-${pkgver}.tar.gz)
 md5sums=('fb791e9a5220fc8e624d915e18fc4697')
 
 build() {
-  install -D -m755 $srcdir/$pkgname-$pkgver/ipcalc $pkgdir/usr/bin/ipcalc
+  install -D -m755 ${srcdir}/${pkgname}-${pkgver}/ipcalc ${pkgdir}/usr/bin/ipcalc
 }




More information about the arch-commits mailing list