summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7a410067f8..24c89ad501af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = cozy
optdepends = libyaml: Needed for the Kresus app
optdepends = weboob-git: Needed for the Kresus app
source = cozy-controller-2.5.10.tar.gz::https://github.com/cozy/cozy-controller/archive/v2.5.10.tar.gz
- source = cozy-monitor-1.3.9.tar.gz::https://github.com/cozy/cozy-controller/archive/v1.3.9.tar.gz
+ source = cozy-monitor-1.3.9.tar.gz::https://github.com/cozy/cozy-monitor/archive/v1.3.9.tar.gz
source = cozy.tmpfiles
source = cozy.sysusers
source = cozy-controller.service
diff --git a/PKGBUILD b/PKGBUILD
index 5d7079b871b3..4c735133e606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ optdepends=('cozy-management: Helper to manage Cozy'
'libyaml: Needed for the Kresus app'
'weboob-git: Needed for the Kresus app')
source=(${_pkgctrl}-${_verctrl}.tar.gz::"https://github.com/${pkgname}/${_pkgctrl}/archive/v${_verctrl}.tar.gz"
- ${_pkgmntr}-${_vermntr}.tar.gz::"https://github.com/${pkgname}/${_pkgctrl}/archive/v${_vermntr}.tar.gz"
+ ${_pkgmntr}-${_vermntr}.tar.gz::"https://github.com/${pkgname}/${_pkgmntr}/archive/v${_vermntr}.tar.gz"
"${pkgname}.tmpfiles"
"${pkgname}.sysusers"
"${_pkgctrl}.service"