summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Reggi2020-12-03 16:15:14 +0100
committerEmilio Reggi2020-12-03 16:15:14 +0100
commitc0750c3687b34fb1e09a04d95c328141947f87cb (patch)
tree436ed4bd0ac3684d5ad0cd3a080c4d6f4cebb497
parent68567cb35e8ad2e2707c2c54e3af92ae23ec8427 (diff)
downloadaur-c0750c3687b34fb1e09a04d95c328141947f87cb.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f783c7f5f31..2cca8a24df3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = mastorss-git
depends = jsoncpp
depends = boost-libs
provides = mastorss
+ conflicts = mastorss
source = mastorss::git+https://schlomp.space/tastytea/mastorss.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7450cd21beb9..922b1830c0b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Emilio Reggi <nag@mailbox.org>
pkgname=mastorss-git
_pkgname=mastorss
-pkgver=r273.2d113ab
+_source=https://schlomp.space/tastytea/mastorss.git
+pkgver=r278.baf3e20
pkgrel=1
pkgdesc="mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment."
arch=('x86_64')
@@ -10,8 +11,9 @@ license=('GPL')
groups=()
depends=('mastodonpp' 'jsoncpp' 'boost-libs')
makedepends=('git' 'cmake')
-provides=('mastorss')
-source=("${_pkgname}"::"git+https://schlomp.space/tastytea/mastorss.git")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+source=("${_pkgname}"::"git+${_source}")
md5sums=('SKIP')
pkgver() {