summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6fca37d54fa..af995fbc3ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mastodonpp-git
pkgdesc = mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp.
- pkgver = r335.cf43022
- pkgrel = 2
+ pkgver = r337.cca3a4a
+ pkgrel = 1
url = https://schlomp.space/tastytea/mastodonpp.git
arch = x86_64
license = AGPL
diff --git a/PKGBUILD b/PKGBUILD
index b69d22a0483e..bae453d873a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It repla
arch=('x86_64')
url="https://schlomp.space/tastytea/mastodonpp.git"
license=('AGPL')
-groups=()
depends=('libcurl.so')
makedepends=('git' 'cmake')
optdepends=('doxygen: documentation' 'catch2: tests')