summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasasu2021-03-25 14:21:28 +0800
committerSasasu2021-03-25 14:23:58 +0800
commit61ec081fa73e4ca871cb22a2bf2d8b7488577664 (patch)
tree499b8b38505ec6b6b39ecbb5c16b33300165c5d3
parent43f1decd39b74dfa7a38b8828cc0c6385ee369ac (diff)
downloadaur-61ec081fa73e4ca871cb22a2bf2d8b7488577664.tar.gz
init
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 783932fbf5fa..281fdb3255f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = azure-sdk-cpp-git
makedepends = git
depends = openssl
depends = curl
+ provides = azure-sdk-cpp
source = git+https://github.com/Azure/azure-sdk-for-cpp.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f64ba7115d32..d1ac98b534fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc='Azure SDK for C++'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/Azure/azure-sdk-for-cpp'
license=('MIT')
+provides=('azure-sdk-cpp')
depends=(openssl curl)
makedepends=(cmake git)
source=("git+https://github.com/Azure/azure-sdk-for-cpp.git")