summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Egorov2024-06-13 21:04:37 +0300
committerAlexander Egorov2024-06-13 21:04:37 +0300
commit3d105e0ebc4c684abe2388aa3cacbce82a019db1 (patch)
treeb5f1d400151268bc77a409f7907a23fb7aeb60fa /PKGBUILD
parent153a008601be1a1a31e34a579eef965b861fdbb2 (diff)
downloadaur-3d105e0ebc4c684abe2388aa3cacbce82a019db1.tar.gz
solv-bin v0.16.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d3d02dd55d2..289fbcb7f562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: egoroff <egoroff@gmail.com>
pkgname=solv-bin
-pkgver=0.16.1
+pkgver=0.16.3
pkgrel=1
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
pkgdesc="SOLution Validation tool that analyzes Microsoft Visual Studio solutions (binary release)"
url="https://github.com/aegoroff/solv"
license=('MIT')
-source=("https://github.com/aegoroff/solv/releases/download/${pkgver}/solv-${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('6ac6e4d1eb80d2259c549c6a55fadd879c8d094290d60cfe278c5ebc00f986e2')
+source_x86_64=("https://github.com/aegoroff/solv/releases/download/${pkgver}/solv-${pkgver}-x86_64-unknown-linux-musl.tar.gz")
+source_aarch64=("https://github.com/aegoroff/solv/releases/download/${pkgver}/solv-${pkgver}-aarch64-unknown-linux-musl.tar.gz")
+sha256sums_x86_64=('bb879e14f0a0b2acef31f759edfc09b5ef9f1f8003343a9c617d6937232cf32b')
+sha256sums_aarch64=('0236010d8366b49cc63c6cef53f81eaaefb7ad477addf64790da9a1621000d22')
build() {
return 0