summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Silva2017-05-05 11:45:10 +0100
committerBruno Silva2017-05-05 11:45:10 +0100
commit3dd01e54c4886b7bf323df8ca89916856fb1ab42 (patch)
tree80db41149acdc49f6ce12a5f05f55270210ffa81 /PKGBUILD
parenta367b4402383bc5c39d72e9c7d31946166f7ddfc (diff)
downloadaur-3dd01e54c4886b7bf323df8ca89916856fb1ab42.tar.gz
Update makedeps to met asn1c requirements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81a099b0d4eb..db0425d769f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://lionet.info/asn1c/blog/"
license=('GPL3')
depends=(glibc)
-makedepends=(glibc git autoconf gcc)
+makedepends=(glibc git autoconf gcc flex automake libtool bison)
optdepends=()
provides=('asn1c')
conflicts=('asn1c')