summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-11 16:18:47 +0300
committerCaleb Maclennan2017-04-11 16:18:47 +0300
commitbdba626d1bca1eb3afb086caa82db9a5323d76a4 (patch)
treeea9e49b9f68d3ca732f186736d46c1fbecf37f02 /PKGBUILD
parent016951c89a65980f6e6dee1bbc479e7bed3d0764 (diff)
downloadaur-bdba626d1bca1eb3afb086caa82db9a5323d76a4.tar.gz
Bump version and fix conflicts syntax
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f65d7d2bd634..c8be59a8cb22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mastodon-git
-pkgver=1.1_0_g4e41cd9a
+pkgver=1.1.1_29_gc35bda05
_branch=master
pkgrel=0.1
pkgdesc="A GNU Social-compatible microblogging server"
arch=('i686' 'x86_64')
url="https://mastodon.social"
license=('AGPL-3.0')
-conflicts=("${pkgname%-git}", "${pkgname%-git}-docker", "${pkgname%-git}-docker-git")
+conflicts=("${pkgname%-git}" "${pkgname%-git}-docker" "${pkgname%-git}-docker-git")
makedepends=(
'yarn'
)