summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-03 16:10:26 +0100
committerEmilio Reggi2020-12-03 16:10:26 +0100
commit30ece7982a20355c1ee36e028367cd743555ec96 (patch)
tree8334b2dfafaa49da1a456b0235f335857bb91539
parent44c55fea6ecb791d694dc5b5ddd92bc43af4e95a (diff)
downloadaur-30ece7982a20355c1ee36e028367cd743555ec96.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f922ae840870..c6fca37d54fa 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 = 1
+ pkgrel = 2
url = https://schlomp.space/tastytea/mastodonpp.git
arch = x86_64
license = AGPL
@@ -11,6 +11,7 @@ pkgbase = mastodonpp-git
optdepends = doxygen: documentation
optdepends = catch2: tests
provides = mastodonpp
+ conflicts = mastodonpp
source = mastodonpp::git+https://schlomp.space/tastytea/mastodonpp.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8951cc6c019f..b69d22a0483e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Emilio Reggi <nag@mailbox.org>
pkgname=mastodonpp-git
_pkgname=mastodonpp
-pkgver=r335.cf43022
+_source=https://schlomp.space/tastytea/mastodonpp.git
+pkgver=r337.cca3a4a
pkgrel=1
pkgdesc="mastodonpp is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces mastodon-cpp."
arch=('x86_64')
@@ -11,8 +12,9 @@ groups=()
depends=('libcurl.so')
makedepends=('git' 'cmake')
optdepends=('doxygen: documentation' 'catch2: tests')
-provides=('mastodonpp')
-source=("${_pkgname}"::"git+https://schlomp.space/tastytea/mastodonpp.git")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+source=("${_pkgname}"::"git+${_source}")
md5sums=('SKIP')
pkgver() {