summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteamedFish2023-12-28 16:08:29 +0800
committerSteamedFish2023-12-28 16:08:29 +0800
commit65b5df0d37db324a3c14fe4c89b175c6b80fb433 (patch)
tree6e20be93ca3cb864e1992f3eea6f0c32804af7bf /PKGBUILD
parentf7dab5a4499cac46a9bdcb128d60ab3e349176b2 (diff)
downloadaur-65b5df0d37db324a3c14fe4c89b175c6b80fb433.tar.gz
correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47ea8c3ee1cc..6b8931c04e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="A library for decoding various ACARS message payloads"
arch=('x86_64')
url="https://github.com/szpajder/libacars"
license=('MIT')
-depends=('zlib' 'libxml2')
-makedepends=('cmake' 'git')
+depends=('zlib' 'libxml2' 'jansson' 'glibc')
+makedepends=('cmake')
optdepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/szpajder/libacars/archive/v$pkgver.tar.gz")
sha256sums=('495e9836c8a1033a5d7814e68ebfc3b0d8f7db1747d13310e7df47c561aee9ce')