summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Zenin2022-05-15 17:00:53 +0300
committerIvan Zenin2022-05-15 17:00:53 +0300
commitf9b70792f2c0b71b2a326cbcafc38d68daa9194e (patch)
tree654f274192f9b4964fccf53c8738dea7bcbfe6d8
parent30a626a6d41a094a78c37011cfc8c5275d288732 (diff)
downloadaur-f9b70792f2c0b71b2a326cbcafc38d68daa9194e.tar.gz
Update source path
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7645ee97bf..4c2eeee57b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Dec 9 11:34:57 UTC 2017
pkgbase = amule-daemon-git
pkgdesc = An eMule-like client for the eD2k and Kademlia p2p networks (daemon only, development version)
pkgver = latest
- pkgrel = 5
+ pkgrel = 6
url = http://www.amule.org
install = amule-daemon-git.install
arch = i686
@@ -14,7 +12,7 @@ pkgbase = amule-daemon-git
depends = wxbase
depends = boost
conflicts = amule
- source = git+git://github.com/amule-project/amule.git
+ source = git+https://github.com/amule-project/amule.git
source = amuled.service
source = amuled@.service
source = amuled.tmpfile
@@ -24,4 +22,3 @@ pkgbase = amule-daemon-git
md5sums = 70a7fdf6a76e68794635e3f3a9613e26
pkgname = amule-daemon-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bca471cea2ea..8eaa6595fc76 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=amule-daemon-git
pkgver=latest
-pkgrel=5
+pkgrel=6
pkgdesc='An eMule-like client for the eD2k and Kademlia p2p networks (daemon only, development version)'
url='http://www.amule.org'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('crypto++' 'wxbase' 'boost')
makedepends=('git')
conflicts=('amule')
-source=('git+git://github.com/amule-project/amule.git'
+source=('git+https://github.com/amule-project/amule.git'
'amuled.service'
'amuled@.service'
'amuled.tmpfile')