summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-11-03 18:50:29 +0100
committerÓscar García Amor2016-11-03 18:50:29 +0100
commit836e034eca4ac140648e3cdda2f6d3acfc9a2d7a (patch)
tree11d239cd1054d838bb062842be72b1dd67f29864 /PKGBUILD
parent24cba42f92458134fa95b57136d2b1e01e8c6af1 (diff)
downloadaur-836e034eca4ac140648e3cdda2f6d3acfc9a2d7a.tar.gz
Added conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e9436057bb6..405f69ea81db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=timeline
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A plain-text based distributed social network build on top of git configuration manager"
arch=('any')
url="https://ajdiaz.me/timeline/"
license=('GPLv3')
depends=('bash' 'git')
+conflicts=('timeline-git')
source=("https://github.com/ajdiaz/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('c96d93fce73ce7fe06e136e3df2f89af3da21ffe85eb4fb09a41bec6857ee3b0')