summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06571e2a1bdd..45709706f568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = dogecoin-daemon
makedepends = automoc4
makedepends = protobuf
conflicts = dogecoin-qt
- source = https://github.com/dogecoin/dogecoin//archive/master.tar.gz
+ source = https://github.com/dogecoin/dogecoin/archive/master.tar.gz
source = https://raw.github.com/dogecoin/dogecoin/master/contrib/debian/examples/dogecoin.conf
source = https://raw.github.com/dogecoin/dogecoin/master/contrib/debian/manpages/dogecoind.1
source = https://raw.github.com/dogecoin/dogecoin/master/contrib/debian/manpages/dogecoin.conf.5
diff --git a/PKGBUILD b/PKGBUILD
index 7ca5a5fd9d79..e3fa58c3fd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ url='http://dogecoin.com/'
makedepends=('boost' 'automoc4' 'protobuf')
conflicts=('dogecoin-qt') # /usr/bin/dogecoind exists in filesystem
license=('MIT')
-_git_base_url=github.com/$pkg_base/$pkg_base/
+_git_base_url=github.com/$pkg_base/$pkg_base
source=(
https://$_git_base_url/archive/$_git_branch.tar.gz
- https://raw.$_git_base_url$_git_branch/contrib/debian/examples/$pkg_base.conf
- https://raw.$_git_base_url$_git_branch/contrib/debian/manpages/$pkg_base'd.1'
- https://raw.$_git_base_url$_git_branch/contrib/debian/manpages/$pkg_base.conf.5
+ https://raw.$_git_base_url/$_git_branch/contrib/debian/examples/$pkg_base.conf
+ https://raw.$_git_base_url/$_git_branch/contrib/debian/manpages/$pkg_base'd.1'
+ https://raw.$_git_base_url/$_git_branch/contrib/debian/manpages/$pkg_base.conf.5
)
sha256sums=(
'8dc2125a5e36fd20b471ab63a8db837566528b3a23079fdc24da8573d7d98d1a'