summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNichlas Severinsen2023-02-10 11:47:48 +0100
committerNichlas Severinsen2023-02-10 11:47:48 +0100
commit3c5bc0e786f758aef116242c16612ade0c681979 (patch)
treec7e11e4c6576404c2067881ebcc0e3211441a901 /PKGBUILD
parent7278269f41bbfb5ff9ebddb20fa11e817ceea724 (diff)
downloadaur-libfvde-git.tar.gz
Fix makepkg error: 'can not use any architecture with other architectures'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fbe7a6d862b..9a2e5acc3f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: James An <james@jamesan.ca>
+# Maintainer: Nichlas Severinsen <ns@nsz.no>
+# Contributor: James An <james@jamesan.ca>
pkgname=libfvde-git
_pkgname=${pkgname%-git}
-pkgver=20180108.r3.g53a2145
+pkgver=20220915.r5.g6cc326a
pkgrel=1
pkgdesc='Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes'
-arch=('i686' 'x86_64' 'any')
+arch=('any')
url="https://github.com/libyal/$_pkgname/wiki"
license=('LGPL3')
depends=('libxml2' 'openssl')