summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 17:54:27 +0200
committerHyacinthe Cartiaux2015-10-15 17:54:27 +0200
commite2da9817214df6f82f3be03641abb4cd8f45a936 (patch)
tree6b1b8f0500522989e0dea8f6a58fa54ae647adcf
parentd4f7332f5a73330b4ec9761590f5850291c4eb9d (diff)
downloadaur-e2da9817214df6f82f3be03641abb4cd8f45a936.tar.gz
pkgrel bump: new site, new source url
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d505681c653b..36ac38d32511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v7
+# Thu Oct 15 15:53:49 UTC 2015
pkgbase = shaperprobe
pkgdesc = Detecting ISP Traffic Rate-Limiting
pkgver = 12.1
- pkgrel = 4
- url = https://code.google.com/p/shaperprobe/
+ pkgrel = 5
+ url = http://netinfer.net/diffprobe/shaperprobe.html
arch = i686
arch = x86_64
license = GPL
- source = http://distcache.freebsd.org/ports-distfiles/shaperprobe.tgz
+ source = http://netinfer.net/diffprobe/shaperprobe.tgz
md5sums = d555ace1f2e8d86ce2975457b09b17b7
pkgname = shaperprobe
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..aeb18d601833
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*tgz
+*tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 6dd42bca19c1..3f61b00c4317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=shaperprobe
pkgver=12.1
-pkgrel=4
+pkgrel=5
pkgdesc="Detecting ISP Traffic Rate-Limiting"
arch=('i686' 'x86_64')
#url="http://www.cc.gatech.edu/grads/p/partha/diffprobe/shaperprobe.html"
-url="https://code.google.com/p/shaperprobe/"
+url="http://netinfer.net/diffprobe/shaperprobe.html"
license=('GPL')
depends=()
-source=(http://distcache.freebsd.org/ports-distfiles/${pkgname}.tgz)
+source=(http://netinfer.net/diffprobe/${pkgname}.tgz)
md5sums=('d555ace1f2e8d86ce2975457b09b17b7')
build() {