summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-08-28 23:23:13 -0500
committerLuis Martinez2022-08-28 23:23:13 -0500
commit9230e8228f552f753efe12174776fc07186d7f24 (patch)
tree8dba50839f8fdcc026d3baf656d7774416eb052b /PKGBUILD
parent84fae27746baec97ab466060ce7483415688b291 (diff)
downloadaur-9230e8228f552f753efe12174776fc07186d7f24.tar.gz
update to 0.31.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 128ffb0cd78a..62488a0ea8ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,21 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=dprint-bin
-pkgver=0.30.3
+pkgver=0.31.0
pkgrel=1
pkgdesc='Pluggable and configurable code formatting platform'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/dprint/dprint'
license=('MIT')
depends=('gcc-libs')
provides=('dprint')
conflicts=('dprint')
source=('LICENSE')
-source_x86_64=("$pkgname-$pkgver.zip::$url/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip")
+source_x86_64=("$pkgname-$pkgver-x86_64.zip::$url/releases/download/$pkgver/dprint-x86_64-unknown-linux-gnu.zip")
+source_aarch64=("$pkgname-$pkgver-aarch64.zip::$url/releases/download/$pkgver/dprint-aarch64-unknown-linux-gnu.zip")
sha256sums=('43f8cfbeca17eccd83fc98f27d211073eaee5574fc3162f345acc196d6190ce7')
-sha256sums_x86_64=('cefdc43953d9e20ec136219a33f9b866d67620e11975135a57562c3beb5b4842')
+sha256sums_x86_64=('7e7b8617b357c6925534f35f3c8f9b76b19884e665d7c3c30792395e8334fa86')
+sha256sums_aarch64=('62785d92dc11d17b164f9da67f6997c2ec694a5f9345b041d95856efbf3d2e2e')
package() {
install -D dprint -t "$pkgdir/usr/bin/"