summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2020-05-24 18:38:42 -0400
committerChris Severance2020-05-24 18:38:42 -0400
commit7b18db54e2e02a77dcf845f1c6267d6c36948246 (patch)
treea4e0634f14056ccd4eab126f6c8e73d3765124be
parentcc7713212319e20623a5592dd0deea3354a9c3e5 (diff)
downloadaur-7b18db54e2e02a77dcf845f1c6267d6c36948246.tar.gz
autu: Update to 0.4-1 add aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7bfe0d1f4a0..f1b3c57e5261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun May 24 22:38:41 UTC 2020
pkgbase = linux-firewire-utils
pkgdesc = list and change the configuration of connected FireWire devices. Formerly jujuutils
pkgver = 0.4
@@ -5,6 +7,7 @@ pkgbase = linux-firewire-utils
url = https://github.com/cladisch/linux-firewire-utils
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
replaces = jujuutils
source = linux-firewire-utils-0.4.tar.gz::https://github.com/cladisch/linux-firewire-utils/archive/v0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 11c63d71d51c..4f6ed97f977b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}"
pkgver='0.4'
pkgrel='1'
pkgdesc='list and change the configuration of connected FireWire devices. Formerly jujuutils'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
#url="http://code.google.com/p/jujuutils/"
url="https://github.com/${_gitauth}/${_pkgname}"
license=('GPL')
@@ -32,7 +32,7 @@ prepare() {
build() {
set -u
cd "${pkgname}-${pkgver}"
- make -s # -j "$(nproc)" # Too small for parallel make
+ make -s -j1 # -j "$(nproc)" # Too small for parallel make
set +u
}