summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2018-02-20 22:46:00 +0100
committerJaroslav Lichtblau2018-02-20 22:46:00 +0100
commit896873ca8578e95f83daed3d9856ffec79eedfd3 (patch)
tree0502140c2af3f26edd9d46224ca08ab04a16ffe7
parent5fd53848d746de8fef34a19608772d0692d9d5a6 (diff)
downloadaur-896873ca8578e95f83daed3d9856ffec79eedfd3.tar.gz
uperf-1.0.6-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e4dd77afde..740305219bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Jul 14 09:17:31 UTC 2017
+# Tue Feb 20 21:45:57 UTC 2018
pkgbase = uperf
pkgdesc = A network performance tool that supports modelling and replay of various networking patterns
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = http://www.uperf.org/
arch = i686
arch = x86_64
license = GPL3
- makedepends = git
makedepends = automake
makedepends = patch
depends = lksctp-tools
- source = git+https://github.com/uperf/uperf.git#commit=9a22199e2197d9a3f8c474a91e1dfa7285a09e1b
+ source = uperf-1.0.6.tar.gz::https://github.com/uperf/uperf/archive/v1.0.6.tar.gz
source = lpthread.patch
- sha256sums = SKIP
+ sha256sums = 927ff4b9f8760334ebbab26c73b64fa7c93d5a4e4788546974cd097b2af56beb
sha256sums = b2194ec13cc9ff62195246390a18200527fd842f97b53e2af6e6da21aad5e4d1
pkgname = uperf
diff --git a/PKGBUILD b/PKGBUILD
index 1c3dc94aa113..4c086559eb06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=uperf
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="A network performance tool that supports modelling and replay of various networking patterns"
arch=('i686' 'x86_64')
url="http://www.uperf.org/"
license=('GPL3')
depends=('lksctp-tools')
-makedepends=('git' 'automake' 'patch')
-source=(git+https://github.com/uperf/uperf.git#commit=9a22199e2197d9a3f8c474a91e1dfa7285a09e1b
+makedepends=('automake' 'patch')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz
lpthread.patch)
-sha256sums=('SKIP'
+sha256sums=('927ff4b9f8760334ebbab26c73b64fa7c93d5a4e4788546974cd097b2af56beb'
'b2194ec13cc9ff62195246390a18200527fd842f97b53e2af6e6da21aad5e4d1')
build() {
- cd "${srcdir}"/$pkgname
+ cd "${srcdir}"/$pkgname-$pkgver
patch -p1 -i ../lpthread.patch
./configure --prefix=/usr --datadir=/usr/share/uperf
@@ -24,7 +24,7 @@ build() {
package() {
- cd "${srcdir}"/$pkgname
+ cd "${srcdir}"/$pkgname-$pkgver
make DESTDIR="${pkgdir}" install
}