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

Levente Polyak anthraxx at archlinux.org
Mon Aug 5 22:08:42 UTC 2019


    Date: Monday, August 5, 2019 @ 22:08:42
  Author: anthraxx
Revision: 359202

upgpkg: mtr 0.93-1

Modified:
  mtr/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-05 21:22:55 UTC (rev 359201)
+++ PKGBUILD	2019-08-05 22:08:42 UTC (rev 359202)
@@ -4,8 +4,8 @@
 
 pkgbase=mtr
 pkgname=('mtr' 'mtr-gtk')
-pkgver=0.92
-pkgrel=2
+pkgver=0.93
+pkgrel=1
 pkgdesc='Combines the functionality of traceroute and ping into one tool'
 url='https://www.bitwizard.nl/mtr/'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 license=('GPL2')
 makedepends=('ncurses' 'gtk2' 'libcap')
 install=mtr.install
-source=(${pkgbase}-${pkgver}.tar.gz::ftp://ftp.bitwizard.nl/mtr/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('d362a418b6c17fd2d08da1ed9e033fa3330e4c0497e1bb0644f6193d23f4e20dd8ee181942c2a20ec0025a8b96c521394a21be5a1d9036f8a0a8c4cddfbe381f')
+source=(ftp://ftp.bitwizard.nl/mtr/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('046e98a661bd6248ce819411ceb6e2b875b92877de38523594898df507836c113573cf40d7d4cc548370f515abe99e0aa4d8b3ba44ad54dd00f8e93c8a96c021')
 
 prepare() {
   (cd ${pkgbase}-${pkgver}
@@ -24,11 +24,16 @@
 
 build() {
   (cd ${pkgbase}-${pkgver}-cli
-    ./configure --prefix=/usr --without-gtk --sbindir=/usr/bin
+    ./configure \
+      --prefix=/usr \
+      --without-gtk \
+      --sbindir=/usr/bin
     make
   )
   (cd ${pkgbase}-${pkgver}
-    ./configure --prefix=/usr --sbindir=/usr/bin
+    ./configure \
+      --prefix=/usr \
+      --sbindir=/usr/bin
     make
   )
 }



More information about the arch-commits mailing list