summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchaurwiki2015-12-10 17:51:45 +0000
committerarchaurwiki2015-12-10 17:51:45 +0000
commit55ffeeca9a3ba17d4c25771d2facb1fba311660f (patch)
treeecccb41b8fd3c35d93e42d86e640b4f683793fef
parent2866857466b58c262d891f331e2c5159657e2813 (diff)
downloadaur-55ffeeca9a3ba17d4c25771d2facb1fba311660f.tar.gz
Remove self-referencing conflict. Bump pkgrel.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4a25e3e116..09111d16b859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=monotone
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='A free distributed version control system'
arch=('i686' 'x86_64')
url='https://code.monotone.ca/p/monotone'
@@ -14,7 +14,7 @@ license=('GPL')
depends=('pcre' 'lua' 'botan-stable' 'sqlite3' 'libidn' 'zlib')
makedepends=('boost')
provides=('monotone')
-conflicts=('monotone' 'monotone-snapshot')
+conflicts=('monotone-snapshot')
install=monotone.install
source=("http://www.monotone.ca/downloads/1.1/monotone-${pkgver}.tar.bz2")
sha1sums=('2b97559b252decaee3a374b81bf714cf33441ba3')