summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e65946610d7c..c556281d9388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = aegir
install = aegir.install
arch = any
license = GPL
- depends = aegir-provision=7.x_3.8
- depends = aegir-hostmaster=7.x_3.8
+ depends = aegir-provision
+ depends = aegir-hostmaster
depends = cron
depends = nginx
depends = php-fpm
diff --git a/PKGBUILD b/PKGBUILD
index e1126cf65647..911ebb0ad4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('any')
url='http://aegirproject.org'
license=('GPL')
depends=(
- "$pkgname-provision=$pkgver"
- "$pkgname-hostmaster=$pkgver"
+ "$pkgname-provision"
+ "$pkgname-hostmaster"
'cron'
'nginx'
'php-fpm'