summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Rudenko2019-03-07 01:12:08 +0300
committerMikhail Rudenko2019-03-07 01:12:08 +0300
commitd559380833ec8ab4274e47d147fde9cfe14c206e (patch)
treeabf61643c2305186c2ef414082ec035270f8ba46
parent2984c16accf3fb009a57e3dc8a242c9345d3352e (diff)
downloadaur-d559380833ec8ab4274e47d147fde9cfe14c206e.tar.gz
Change git transport to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f71f9459f09..50c3f1bf88dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peldd-git
pkgdesc = A tool for listing shared object dependencies of a portable executable (PE)
pkgver = r19.5b07cb3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gsauthof/pe-util
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = peldd-git
depends = boost
provides = peldd
conflicts = peldd
- source = peldd::git://github.com/gsauthof/pe-util
+ source = peldd::git+https://github.com/gsauthof/pe-util
source = git://github.com/trailofbits/pe-parse
source = 0001-Fix-search-paths-for-Arch.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff676d904a22..78d500ad8a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=peldd
pkgname=$_pkgname-git
pkgver=r19.5b07cb3
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for listing shared object dependencies of a portable executable (PE)'
arch=('x86_64')
url="https://github.com/gsauthof/pe-util"
license=('MIT')
depends=('boost')
makedepends=('cmake' 'git')
-source=("$_pkgname::git://github.com/gsauthof/pe-util"
+source=("$_pkgname::git+https://github.com/gsauthof/pe-util"
"git://github.com/trailofbits/pe-parse"
"0001-Fix-search-paths-for-Arch.patch")
md5sums=('SKIP'