summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023c3f0ef89c..99c80cb070dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = mastodonpp-git
depends = libcurl.so
optdepends = doxygen: documentation
optdepends = catch2: tests
+ provides = mastodonpp
source = mastodonpp::git+https://schlomp.space/tastytea/mastodonpp.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e0048e23a8dc..f0589c2931c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ groups=()
depends=('libcurl.so')
makedepends=('git' 'cmake')
optdepends=('doxygen: documentation' 'catch2: tests')
+provides=('mastodonpp')
source=("${_pkgname}"::"git+https://schlomp.space/tastytea/mastodonpp.git")
md5sums=('SKIP')