summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2023-02-10 11:47:48 +0100
committerNichlas Severinsen2023-02-10 11:47:48 +0100
commit3c5bc0e786f758aef116242c16612ade0c681979 (patch)
treec7e11e4c6576404c2067881ebcc0e3211441a901
parent7278269f41bbfb5ff9ebddb20fa11e817ceea724 (diff)
downloadaur-3c5bc0e786f758aef116242c16612ade0c681979.tar.gz
Fix makepkg error: 'can not use any architecture with other architectures'
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1fc2aa0ca7..91927d3a0e91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = libfvde-git
pkgdesc = Library and tools to access FileVault Drive Encryption (FVDE) encrypted volumes
- pkgver = 20180108.r3.g53a2145
+ pkgver = 20220915.r5.g6cc326a
pkgrel = 1
url = https://github.com/libyal/libfvde/wiki
- arch = i686
- arch = x86_64
arch = any
license = LGPL3
makedepends = git
depends = libxml2
depends = openssl
- provides = libfvde=20180108.r3.g53a2145
+ provides = libfvde=20220915.r5.g6cc326a
conflicts = libfvde
source = libfvde::git+https://github.com/libyal/libfvde.git
md5sums = SKIP
pkgname = libfvde-git
-
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')