summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-21 15:23:06 +0300
committerCaleb Maclennan2017-04-21 15:23:06 +0300
commit55b57716f6323025bd703606c4ffe116d639005f (patch)
tree8b3a6a2b62a68a6785e8ac0da90dd37196747917
parent376a6e3894e08feecb43e30a203d877ce9c9c0d1 (diff)
downloadaur-55b57716f6323025bd703606c4ffe116d639005f.tar.gz
Note provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 299b1d9072bc..e07c7da1c11a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Apr 11 13:18:56 UTC 2017
+# Fri Apr 21 12:22:54 UTC 2017
pkgbase = mastodon-docker-git
pkgdesc = A GNU Social-compatible microblogging server
- pkgver = 1.1.1_29_gc35bda05
+ pkgver = 1.2.2_22_ga0ed88a9
pkgrel = 0.1
url = https://mastodon.social
arch = i686
arch = x86_64
license = AGPL-3.0
+ provides = mastodon
conflicts = mastodon
conflicts = mastodon-git
conflicts = mastodon-docker
diff --git a/PKGBUILD b/PKGBUILD
index 62efe3b7f9d8..aaae325b040f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mastodon-docker-git
-pkgver=1.1.1_29_gc35bda05
+pkgver=1.2.2_22_ga0ed88a9
_branch=master
pkgrel=0.1
pkgdesc="A GNU Social-compatible microblogging server"
arch=('i686' 'x86_64')
url="https://mastodon.social"
license=('AGPL-3.0')
+provides=("${pkgname%-docker-git}")
conflicts=("${pkgname%-docker-git}" "${pkgname%-docker-git}-git" "${pkgname%-git}")
source=("git://github.com/tootsuite/${pkgname%-docker-git}.git#branch=$_branch")
sha256sums=('SKIP')