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

Sébastien Luttringer seblu at archlinux.org
Sun Aug 13 16:47:24 UTC 2017


    Date: Sunday, August 13, 2017 @ 16:47:23
  Author: seblu
Revision: 302002

upgpkg: arptables 0.0.4-5

- fix project url
- move to new upstream tarball url. Unfortunately, no https.
- revert bikeshedded sources sum

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-13 10:03:03 UTC (rev 302001)
+++ PKGBUILD	2017-08-13 16:47:23 UTC (rev 302002)
@@ -5,19 +5,19 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
-url='http://http://ebtables.netfilter.org/'
+url='http://ebtables.netfilter.org/'
 depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=("etc/$pkgname.conf")
-source=("https://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz"
+source=("ftp://ftp.netfilter.org/pub/arptables/arptables-v$pkgver.tar.gz"
         "$pkgname.systemd"
         "$pkgname.service")
-sha256sums=('277985e29ecd93bd759a58242cad0e02ba9d4a6e1b7795235e3b507661bc0049'
-            '93585af516b9f5544a88bfca96dd56afa60304a20e94b29c1cae06bfc1b73451'
-            'f93b5a750a81f2c1543f21dd9cbb54347d59ceacc7044c88d15690df7c38f78a')
+md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
+         'e54342a833c52b2bc67e7985e8f8fdfd'
+         '7e908fd77ef05bc7a9a05b6e877cd2bf')
 
 build() {
   cd $pkgname-v${pkgver//_/-}



More information about the arch-commits mailing list