summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-01-07 12:38:30 +0100
committerlarchunix2017-01-07 12:38:30 +0100
commit3743ef891101584165e4f043339c725eec552469 (patch)
tree035a0278910983fa9a4e2e88b4dbd089981d166c
parent0fcecd325cc2515d077c6c30f8aae59add46cab6 (diff)
downloadaur-3743ef891101584165e4f043339c725eec552469.tar.gz
Shorten source URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3a0730542b4..b8670b690082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = wsmancli
arch = x86_64
license = BSD
depends = openwsman>=2.5
- source = wsmancli-2.6.0.tar.gz::https://github.com/Openwsman/wsmancli/archive/v2.6.0.tar.gz
+ source = https://github.com/Openwsman/wsmancli/archive/v2.6.0/wsmancli-2.6.0.tar.gz
md5sums = df418d6d78160fd4f88f890a8953907a
pkgname = wsmancli
diff --git a/PKGBUILD b/PKGBUILD
index 30d6b98fa4c6..59f0e5a50108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('i686' 'x86_64')
url="https://github.com/Openwsman/$pkgname"
license=('BSD')
depends=('openwsman>=2.5')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('df418d6d78160fd4f88f890a8953907a')
build() {