summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas K2023-04-19 21:45:53 +0200
committerLukas K2023-04-19 21:45:53 +0200
commit715b078dea344ef23eaf8027a588525f776af855 (patch)
tree8f31c2fcc76ee9f155c9b3b0f16454f577e9ff75
parent846afcddd876a39c320bbd68d20a8aa2b8ce7595 (diff)
downloadaur-715b078dea344ef23eaf8027a588525f776af855.tar.gz
add aarch64
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92511cfbffd7..7f79b72fb0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 10:40:30 UTC 2022
+# Wed Apr 19 19:45:43 UTC 2023
pkgbase = fxload-libusb
pkgdesc = fxload from the libusb examples
pkgver = 1.0.26
- pkgrel = 1
+ pkgrel = 2
url = http://libusb.info/
arch = i686
arch = x86_64
+ arch = aarch64
license = LGPL
depends = libusb
source = https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 2aa181807688..d5f34a2402f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=fxload-libusb
_spkgname=libusb
pkgver=1.0.26
-pkgrel=1
+pkgrel=2
pkgdesc='fxload from the libusb examples'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url='http://libusb.info/'
license=('LGPL')
depends=('libusb')