summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Pujol2017-07-20 10:52:11 +0100
committerAlexandre Pujol2017-07-20 10:52:11 +0100
commit2fe617c6e304d9180294a459c24abc87ae9f87d4 (patch)
tree83d2ccec42218d1e074dfdcba0d335858283909f /PKGBUILD
parent92729f95097134e396182dcec4b66bf298dfb299 (diff)
downloadaur-2fe617c6e304d9180294a459c24abc87ae9f87d4.tar.gz
Fix conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d7cfcae90de..dafafa329558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name='mausoleum'
pkgname="${_name}"
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='A Python GUI application, command line interface, and wrapper for Tomb'
arch=('any')
url='https://github.com/mandeep/Mausoleum'
@@ -14,7 +14,7 @@ depends=('tomb'
'python-pytoml'
'python-click'
'python-appdirs')
-conflicts=("${_name}")
+conflicts=("${_name}-git")
provides=("${_name}" "${_name}-gui")
source=("https://github.com/mandeep/Mausoleum/archive/v${pkgver}.tar.gz"
"mausoleum.desktop")