summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-01-07 12:36:57 +0100
committerlarchunix2017-01-07 12:36:57 +0100
commit6628e34d04f608798ce8b0aec9dbd3ca05de90d6 (patch)
tree15fb0325ff99fb7c4284c07136714a08e8e582a1
parent1a092590354b7db488745a2ca462bc51d49fc618 (diff)
downloadaur-6628e34d04f608798ce8b0aec9dbd3ca05de90d6.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 053da48b6ae2..d8c10ea97967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = openwsman
backup = etc/openwsman/openwsman_client.conf
backup = etc/openwsman/ssleay.cnf
backup = etc/pam.d/openwsman
- source = openwsman-2.6.3.tar.gz::https://github.com/Openwsman/openwsman/archive/v2.6.3.tar.gz
+ source = https://github.com/Openwsman/openwsman/archive/v2.6.3/openwsman-2.6.3.tar.gz
md5sums = a14cec2a892a30e055edac36071d8972
pkgname = openwsman
diff --git a/PKGBUILD b/PKGBUILD
index ccf5804c4383..cd8dcba6ffcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ backup=("etc/$pkgname/$pkgname.conf"
"etc/$pkgname/${pkgname}_client.conf"
"etc/$pkgname/ssleay.cnf"
"etc/pam.d/$pkgname")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Openwsman/$pkgname/archive/v$pkgver.tar.gz")
+source=("https://github.com/Openwsman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('a14cec2a892a30e055edac36071d8972')
prepare() {