summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteamedFish2024-04-15 14:28:50 +0800
committerSteamedFish2024-04-15 14:28:50 +0800
commitc9a21193eea6d847bf82644dcb0ce7df331f0e33 (patch)
treebe74d607b20a593041ae15a87318da7b8b40f406
parentd9bc0d452cde5f5cebffbf66848e0dde07470c2d (diff)
downloadaur-m17-cxx-demod-git.tar.gz
Add aarch64, add boost to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f633d95dad58..4c244152463c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,12 @@ pkgbase = m17-cxx-demod-git
pkgrel = 2
url = https://github.com/mobilinkd/m17-cxx-demod
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = git
makedepends = patch
+ makedepends = boost
depends = codec2
depends = boost-libs
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 96096e597ae1..7da7658416ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@ pkgname=m17-cxx-demod-git
pkgver=v2.3.r16.g7e30f06
pkgrel=2
pkgdesc="M17 Demodulator in C++"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/mobilinkd/m17-cxx-demod"
license=('GPL3')
depends=('codec2' 'boost-libs' 'gcc-libs')
provides=('m17-cxx-demod')
-makedepends=('cmake' 'git' 'patch')
+makedepends=('cmake' 'git' 'patch' 'boost')
source=("$pkgname"::"git+https://github.com/mobilinkd/m17-cxx-demod.git" add_cstdint.patch)
sha256sums=('SKIP' 'b8d39aef0d6ea193cc71a9a137d55ad1bcdbeda812dfa4fb17cb467e60c1b919')