summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorphancb2023-11-01 14:02:07 +0800
committerphancb2023-11-01 14:02:07 +0800
commit47da3acef8526d58644aac23b0219ac5a069dfa5 (patch)
treeb8659f4275e74053bd38f6851a69e33393d76f8a /PKGBUILD
parent420e843ff5b93f4a2db6fdbd5ba081b67654920d (diff)
downloadaur-sealcrypto-git.tar.gz
fix missing `provides` field
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2555ea685da6..0f4a5f52079b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: phanium <$(echo bnhoc2R1QHFxLmNvbQo= | base64 -d)>
pkgname=sealcrypto-git
pkgver=v4.1.1.r0.g206648d
-pkgrel=1
+pkgrel=2
pkgdesc='Microsoft library for fully homomorphic encryption'
arch=('x86_64')
url="https://github.com/Microsoft/SEAL"
@@ -10,6 +10,7 @@ makedepends=('git' 'cmake')
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')
conflicts=("sealcrypto")
+provides=("sealcrypto")
pkgver() {
cd ${srcdir}/${pkgname}