summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2016-08-18 05:53:33 -0400
committerJames An2016-08-18 05:53:33 -0400
commit43245c7a77adfe8ee4d3cadf1bfe032a12e363b6 (patch)
tree0686f04ba7d26291e758208ebf904c94b98e5961 /PKGBUILD
parentef16bea8706a50632af430ec6902c4043017e019 (diff)
downloadaur-43245c7a77adfe8ee4d3cadf1bfe032a12e363b6.tar.gz
Changed dependency version requirement to equal as >= doesn't work with version strings like '7.x_3.6'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59457c612ea7..0976806fbcb3 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=$pkgver"
+ "$pkgname-hostmaster=$pkgver"
'cron'
'nginx'
'php-fpm'