summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Bishop2015-09-12 18:12:43 -0400
committerAaron Bishop2015-09-12 18:12:43 -0400
commita7450034e2278779886dba98fdf14341afc71e1c (patch)
tree7ef7ca3889beaf87f04aa14cf0b39142bf46a86d /PKGBUILD
parent648edde07f343bb4ab1bc66f707a203938a30131 (diff)
downloadaur-a7450034e2278779886dba98fdf14341afc71e1c.tar.gz
Fixed wrong optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ad8afd7ba97..f62dce2662c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('python'
'avrdude'
'avr-gcc'
)
-optdepends=('brewpi-www-git: Web interface for BrewPi')
+optdepends=('brewpi-www: Web interface for BrewPi')
groups=('brewpi-git')