summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-11 16:19:26 +0300
committerCaleb Maclennan2017-04-11 16:19:26 +0300
commit376a6e3894e08feecb43e30a203d877ce9c9c0d1 (patch)
tree4e10e9e5a9f06c8dbcecc17850c5e555f0b4657b /PKGBUILD
parent7f7ed9e1c7989c7e749a6f570b65466c2f3b6123 (diff)
downloadaur-376a6e3894e08feecb43e30a203d877ce9c9c0d1.tar.gz
Bump version and fix conflicts syntax
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1e5fd5b9259..62efe3b7f9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=mastodon-docker-git
-pkgver=1.0_584_g1c351709
+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%-docker-git}", "${pkgname%-docker-git}-git", "${pkgname%-git}")
-source=("git://github.com/tootsuite/${pkgname%-git}.git#branch=$_branch")
+conflicts=("${pkgname%-docker-git}" "${pkgname%-docker-git}-git" "${pkgname%-git}")
+source=("git://github.com/tootsuite/${pkgname%-docker-git}.git#branch=$_branch")
sha256sums=('SKIP')
pkgver() {
- cd "${pkgname%-git}"
+ cd "${pkgname%-docker-git}"
git describe --long --tags | sed 's/^v//;s/-/_/g'
}