summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-03 19:36:10 +0100
committerEmilio Reggi2020-12-03 19:36:10 +0100
commit6167765c760b46d7b6ed4b4536c78f144189d5b7 (patch)
tree3ce0d0af474502436837a8760adb61f3db786b71
parent30ece7982a20355c1ee36e028367cd743555ec96 (diff)
downloadaur-6167765c760b46d7b6ed4b4536c78f144189d5b7.tar.gz
Updated PKGBUILD
-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')