summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-11-27 14:26:06 +0100
committerEmilio Reggi2020-11-27 14:26:06 +0100
commitf3be13483aa097f3c2aeb57e58e3e523dd7bcdc2 (patch)
tree0bfec2ce4296a39d3c053fcd1981ec5b309f85df
parent505ab0f53d762d20de9d968e3ae446f10820ca3f (diff)
downloadaur-f3be13483aa097f3c2aeb57e58e3e523dd7bcdc2.tar.gz
Updated .SRCINFO
-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')