summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2018-08-08 13:17:47 +0200
committerfrederik2018-08-08 13:17:47 +0200
commita914a6f196c386ff4683c5f6c2365a35923cf4ef (patch)
tree930bac838e03926a74c2bb6c6402e5dfe68a6b6e
parent277a3039db6412303400f133769611bab7130912 (diff)
downloadaur-a914a6f196c386ff4683c5f6c2365a35923cf4ef.tar.gz
add makedepends and architectures
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f1b2a4a81d..4016342d06bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,13 @@ pkgbase = exfat-utils-nofuse
url = https://github.com/relan/exfat
arch = i686
arch = x86_64
+ arch = mips64el
+ arch = armv6h
+ arch = armv7h
+ arch = arm
+ arch = aarch64
license = GPL2
+ makedepends = fuse
depends = glibc
provides = exfat-utils
conflicts = fuse-exfat
diff --git a/PKGBUILD b/PKGBUILD
index dbeb667e7d10..74ac1711ccce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgname=exfat-utils-nofuse
pkgver=1.2.8
pkgrel=1
pkgdesc='Utilities for the exFAT file system without fuse (to prefer exfat kernel module over fuse)'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
url='https://github.com/relan/exfat'
license=('GPL2')
depends=('glibc')
+makedepends=('fuse')
provides=('exfat-utils')
conflicts=('fuse-exfat' 'exfat-utils' )
replaces=('exfat-utils')