summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-04-19 17:44:48 +0200
committerM0Rf302018-04-19 17:44:48 +0200
commit7eedf0e3e2473a77181e7a3b3f7032b048afe871 (patch)
treef6f53554fe38704ca42db0d3675661fc33a6b987
parentea0ec5b25c0d686d95d76cc788ce5e343e4199a5 (diff)
downloadaur-7eedf0e3e2473a77181e7a3b3f7032b048afe871.tar.gz
ostinato: fixed checksum
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4469aee832bb..0373c6cef690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ostinato
pkgdesc = Cross-platform network packet/traffic generator and analyzer
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = http://ostinato.org/
arch = i686
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = ostinato
optdepends = awk
source = https://github.com/pstavirs/ostinato/archive/v0.9.tar.gz
md5sums = c93573a3d59433d785a44b2a5740e1a3
- md5sums = 6502b6ebefecc7018e8d50630b3f6320
pkgname = ostinato
diff --git a/PKGBUILD b/PKGBUILD
index 6a7a5cc069f4..22b64ed40d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ostinato
pkgver=0.9
-pkgrel=1
+pkgrel=2
url="http://ostinato.org/"
pkgdesc="Cross-platform network packet/traffic generator and analyzer"
source=("https://github.com/pstavirs/ostinato/archive/v$pkgver.tar.gz")
@@ -23,5 +23,4 @@ package(){
make INSTALL_ROOT=$pkgdir install
}
-md5sums=('c93573a3d59433d785a44b2a5740e1a3'
- '6502b6ebefecc7018e8d50630b3f6320')
+md5sums=('c93573a3d59433d785a44b2a5740e1a3')