summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteamedFish2023-12-28 16:08:29 +0800
committerSteamedFish2023-12-28 16:08:29 +0800
commit65b5df0d37db324a3c14fe4c89b175c6b80fb433 (patch)
tree6e20be93ca3cb864e1992f3eea6f0c32804af7bf
parentf7dab5a4499cac46a9bdcb128d60ab3e349176b2 (diff)
downloadaur-65b5df0d37db324a3c14fe4c89b175c6b80fb433.tar.gz
correct dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8262a0db8fa8..6aae1218e136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,10 @@ pkgbase = libacars
arch = x86_64
license = MIT
makedepends = cmake
- makedepends = git
depends = zlib
depends = libxml2
+ depends = jansson
+ depends = glibc
source = libacars-2.2.0.tar.gz::https://github.com/szpajder/libacars/archive/v2.2.0.tar.gz
sha256sums = 495e9836c8a1033a5d7814e68ebfc3b0d8f7db1747d13310e7df47c561aee9ce
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')