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

Florian Pritz bluewind at archlinux.org
Wed Oct 29 20:43:42 UTC 2014


    Date: Wednesday, October 29, 2014 @ 21:43:42
  Author: bluewind
Revision: 121583

upgpkg: smokeping 2.6.10-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-29 19:47:53 UTC (rev 121582)
+++ PKGBUILD	2014-10-29 20:43:42 UTC (rev 121583)
@@ -2,8 +2,8 @@
 # Contributor: Christos Nouskas nous <nous at archlinux.us>
 
 pkgname=smokeping
-pkgver=2.6.9
-pkgrel=4
+pkgver=2.6.10
+pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="http://oss.oetiker.ch/smokeping/"
@@ -10,20 +10,11 @@
 license=('GPL2')
 depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 'perl-fcgi' 'perl-cgi-fast')
 source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-        service
-        htdocs-makefile.patch)
-sha256sums=('cd551d4384d8b19879d128ea0566bd680c19bb4ad8664a3c5a304604746f8863'
-            'd8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be'
-            'd044f421ea9b7fac147b9da69dd16c0e45bb534c500ebac6e011f1cfecc9bb8f')
+service)
+sha256sums=('0121672951f47bd45575898c3e4d767e22cc692dd272d723b422515fd3cc641c'
+            'd8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
 install=install
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-	sed -i 's#the master/slave mode|smokeping_master_slave#the masterE<sol>slave mode|smokeping_master_slave#' \
-		lib/Smokeping.pm
-	patch -p1 -i "$srcdir/htdocs-makefile.patch"
-}
-
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}
 



More information about the arch-commits mailing list