summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:08:30 +0800
committerChocobo12023-04-13 17:08:30 +0800
commita9c9794875875a8edc795f897e2c8446ee3f756f (patch)
tree09b44736382b2d6133aa04c10995f07e1c4ab5f6
parent0d52d54f426549fd510c08ac0bac95ae67b810d6 (diff)
downloadaur-wdt-git.tar.gz
upgpkg: wdt-git 1.27.1612021.r190.g6a122f2-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa8e180a55e..b1a9ab06e000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wdt-git
pkgdesc = Tool to transfer data between 2 systems as fast as possible over multiple TCP paths
- pkgver = 1.27.1612021.r162.gb585d21
- pkgrel = 2
+ pkgver = 1.27.1612021.r190.g6a122f2
+ pkgrel = 1
url = https://github.com/facebook/wdt
arch = i686
arch = x86_64
@@ -17,14 +17,11 @@ pkgbase = wdt-git
depends = google-glog
depends = openssl
optdepends = jemalloc
- provides = wdt
+ provides = wdt=1.27.1612021.r190.g6a122f2
conflicts = wdt
source = git+https://github.com/facebook/wdt.git
source = git+https://github.com/facebook/folly.git
- source = 0001-Fix-compile-error.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 918c6454a3634348eb4308138b7b67d0f06985fa8ecab4909c3b4cebaa9a7663
pkgname = wdt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index aa5f7a44c49c..8657a025078a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=wdt-git
-pkgver=1.27.1612021.r162.gb585d21
-pkgrel=2
+pkgver=1.27.1612021.r190.g6a122f2
+pkgrel=1
pkgdesc="Tool to transfer data between 2 systems as fast as possible over multiple TCP paths"
arch=('i686' 'x86_64')
url="https://github.com/facebook/wdt"
@@ -11,22 +11,14 @@ depends=('glibc' 'bash' 'double-conversion' 'gflags' 'google-glog' 'openssl')
makedepends=('git' 'cmake' 'boost')
optdepends=('jemalloc')
checkdepends=('gtest')
-provides=('wdt')
+provides=("wdt=$pkgver")
conflicts=('wdt')
source=("git+https://github.com/facebook/wdt.git"
- "git+https://github.com/facebook/folly.git"
- "0001-Fix-compile-error.patch")
+ "git+https://github.com/facebook/folly.git")
sha256sums=('SKIP'
- 'SKIP'
- '918c6454a3634348eb4308138b7b67d0f06985fa8ecab4909c3b4cebaa9a7663')
+ 'SKIP')
-prepare() {
- cd "wdt"
-
- patch -Np1 -i "$srcdir/0001-Fix-compile-error.patch"
-}
-
pkgver() {
cd "wdt"