summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2024-05-08 02:55:33 +0000
committerHanabishi2024-05-08 02:55:33 +0000
commit2efeeb1956f238cf770dc62602dc8c2fa0f24627 (patch)
treed80d5e99b0d83242f6cc0eb0ebff6093a338b96d
parent7bb7569910a8c61786af21531cb0919021b283fe (diff)
downloadaur-2efeeb1956f238cf770dc62602dc8c2fa0f24627.tar.gz
Add 7z.so to provides
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3807e2a440bb..a2f0c116e2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc='File archiver with a high compression ratio (full package to replace p7
url='https://7-zip.org/'
license=('LGPL-2.1-or-later' 'BSD-3-Clause' 'LicenseRef-UnRAR')
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
-provides=("${_name}" 'p7zip')
-conflicts=("${provides[@]}")
+provides=("${_name}" 'p7zip' '7z.so')
+conflicts=("${_name}" 'p7zip')
makedepends=('uasm')
_sver="${pkgver//./}"