summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe-Marie Duquesne2018-03-14 16:49:17 +0100
committerChristophe-Marie Duquesne2018-03-14 16:49:17 +0100
commitdc81d7f63fc056df71198aaf668e548fb113231f (patch)
tree2c5634ba2ff352c7ace023187037fd38a9c27119
parent9bf88d5657ed07e61e1f66ff2ca655b27cf0d7ab (diff)
downloadaur-afuse.tar.gz
Fixing makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ff757ee564b..d672b5519c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=https://github.com/pcarrier/afuse/
license=(GPL2)
arch=(i686 x86_64)
depends=(fuse)
-makedepends(autoconf automake pkg-config m4 make gcc)
+makedepends=(autoconf automake pkg-config m4 make gcc)
source=(https://github.com/pcarrier/afuse/archive/v${pkgver}.tar.gz)
md5sums=(827e70b219402fc01e599bd385d4a04b)