summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-12-20 23:56:53 +0100
committerJulian Xhokaxhiu2018-12-20 23:56:53 +0100
commitd5f950ec673318c8ab188feb43dae0cd7728b6ac (patch)
tree52eafb1cbc0edab776d87df3a953d0f1e216675d
parent341d456ae6fe5d67ca94a00ec5528ab8aaabc472 (diff)
downloadaur-d5f950ec673318c8ab188feb43dae0cd7728b6ac.tar.gz
Lowercase package name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d307956d44..65a243d9ddf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ethr-git
pkgdesc = Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP
pkgver = v0.1.r17.gb979b9c
pkgrel = 1
- url = https://github.com/Microsoft/Ethr
+ url = https://github.com/Microsoft/ethr
arch = i686
arch = x86_64
arch = armv6h
@@ -11,7 +11,7 @@ pkgbase = ethr-git
license = MIT
makedepends = go
makedepends = git
- source = ethr-git::git+https://github.com/Microsoft/Ethr
+ source = ethr-git::git+https://github.com/Microsoft/ethr.git
sha256sums = SKIP
pkgname = ethr-git
diff --git a/PKGBUILD b/PKGBUILD
index f84b60255d4e..b495fccad461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=v0.1.r17.gb979b9c
pkgrel=1
pkgdesc="Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/Microsoft/Ethr"
+url="https://github.com/Microsoft/ethr"
license=('MIT')
makedepends=(
'go'
'git'
)
-source=("${pkgname}::git+https://github.com/Microsoft/Ethr")
+source=("${pkgname}::git+https://github.com/Microsoft/ethr.git")
sha256sums=('SKIP')
pkgver() {