summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordalto2022-05-16 13:31:32 -0500
committerdalto2022-05-16 13:31:32 -0500
commit9b7374f842ad6202540cb3658b9f22f71c955ef8 (patch)
tree87ecb0dde1c9dee838d3a3e440968b0bb600f924
parentffa1480eb665ae49db25c3fbb8999d90d173dda7 (diff)
downloadaur-9b7374f842ad6202540cb3658b9f22f71c955ef8.tar.gz
Add aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345c78094f49..bb77dfedd916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = btrfs-assistant-git
pkgdesc = An application for managing BTRFS subvolumes and Snapper snapshots
- pkgver = 1.1.r21.g7206fdb
+ pkgver = 1.5.r33.g8f15ee5
pkgrel = 1
url = https://gitlab.com/btrfs-assistant/btrfs-assistant
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index a9488a42db85..dfbc79b40f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=btrfs-assistant-git
_pkgname=btrfs-assistant
-pkgver=1.1.r27.ga4c98f2
+pkgver=1.5.r33.g8f15ee5
pkgrel=1
pkgdesc="An application for managing BTRFS subvolumes and Snapper snapshots"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://gitlab.com/$_pkgname/$_pkgname"
license=('GPL3')
depends=('qt5-base' 'qt5-svg' 'noto-fonts' 'polkit' 'util-linux' 'btrfs-progs' 'diffutils')