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

Baptiste Jonglez zorun at archlinux.org
Sun Jan 19 18:52:54 UTC 2020


    Date: Sunday, January 19, 2020 @ 18:52:54
  Author: zorun
Revision: 553182

dsniff: fix upstream URL

Modified:
  dsniff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 18:48:15 UTC (rev 553181)
+++ PKGBUILD	2020-01-19 18:52:54 UTC (rev 553182)
@@ -14,12 +14,12 @@
 makedepends=('rpcsvc-proto')
 options=('!makeflags')
 source=(https://www.monkey.org/~dugsong/${pkgname}/beta/${pkgname}-${pkgver}.tar.gz
-        http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_2.4b1+debian-28.debian.tar.xz
+        http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_2.4b1+debian-29.debian.tar.xz
         dsniff-rpc.patch
         dsniff-macof-size-calculation.patch
         dsniff-httppostfix.patch)
 sha256sums=('a9803a7a02ddfe5fb9704ce86f0ffc48453c321e88db85810db411ba0841152a'
-            'b67866be5dca90a02165a3469db4286f43dc5ea6090b3a8cf5569863a1d3c3b9'
+            '3f2263452facf9f0a402497b34c7a2573da0700005bb3c7940df9c5e099b5835'
             '21b37ba4c386aa576d6829c298bdd62df6fa227e44164d9e96675e66b93bb134'
             'd8f5cc5d14a614410a84a8eaba5a4212ee03466c4fe2fd4a634f5d7c3f688ec7'
             '3efd6ca2267540016e843af3e8d7720d888fd17a73cba410e2c68022fd3a7baf')
@@ -29,7 +29,7 @@
 
   # apply bundled patches via series
   while IFS='' read -r patch || [[ -n "${patch}" ]]; do
-    echo "Applying patch ${patch}"
+    echo "** Applying patch ${patch}"
     patch -Np1 < "../debian/patches/${patch}"
   done < ../debian/patches/series
 
@@ -37,7 +37,7 @@
   for _patch in "${source[@]}"; do
     _patch=${_patch%%::*}
     if [[ "${_patch}" =~ \.patch$ ]]; then
-      echo "Applying patch ${_patch}"
+      echo "** Applying patch ${_patch}"
       patch -Np1 < "../${_patch}"
     fi
   done



More information about the arch-commits mailing list