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

Florian Pritz bluewind at archlinux.org
Sat Feb 3 14:37:05 UTC 2018


    Date: Saturday, February 3, 2018 @ 14:37:04
  Author: bluewind
Revision: 288793

upgpkg: smokeping 2.7.0-1

upstream update

Modified:
  smokeping/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-03 14:22:48 UTC (rev 288792)
+++ PKGBUILD	2018-02-03 14:37:04 UTC (rev 288793)
@@ -2,8 +2,8 @@
 # Contributor: Christos Nouskas nous <nous at archlinux.us>
 
 pkgname=smokeping
-pkgver=2.6.11
-pkgrel=4
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A tool to keep track of your network latency"
 arch=('any')
 url="https://oss.oetiker.ch/smokeping/"
@@ -14,7 +14,7 @@
         smokeping.sysusers
         smokeping.tmpfiles
         service)
-sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+sha256sums=('65d0b3f0ecf82a6a7f02e55d3b201bf252d9517352dfe3d1a4ad15c9ec52139e'
             'ab3b399f58118fc31fac5f627814bbb3b1d7752dd3b4fed2d6b7ee58f24fbd2e'
             'de0042cd54c4bd3329604939a6c3f4fd2034be466aed4421a7467493c024e1a1'
             '4691650aed6c7341bf3a898f63c8ad03f2453d4ce9874e83f24ced5ee21317d9')
@@ -28,6 +28,10 @@
 
 package() {
   cd "$srcdir"/${pkgname}-${pkgver}
+
+  # We package CPAN modules separately
+  rm -rf thirdparty/lib/perl5
+
   make DESTDIR="$pkgdir" install
 
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/smokeping.service"



More information about the arch-commits mailing list