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

Timothy Redaelli tredaelli at archlinux.org
Mon Nov 14 14:35:01 UTC 2016


    Date: Monday, November 14, 2016 @ 14:35:00
  Author: tredaelli
Revision: 195693

Todo List: Use gpg signatures and https sources

Modified:
  tcpreplay/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 14:33:39 UTC (rev 195692)
+++ PKGBUILD	2016-11-14 14:35:00 UTC (rev 195693)
@@ -13,8 +13,9 @@
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
+source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('fd48d73d84ade30ece0a9abb538c82d5'
+         'SKIP')
 
 build() {
      cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list