summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Joyce2017-05-12 21:38:03 +0100
committerMatthew Joyce2017-05-12 21:38:03 +0100
commiteba20d5b3b30245066f4d2f8c37ddc308230a83d (patch)
tree17b9481513c251e890b12374be6da21e5706db2d
parente2b955a65b5a48e378f8da9a24cd086e0af8218d (diff)
downloadaur-eba20d5b3b30245066f4d2f8c37ddc308230a83d.tar.gz
Add conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd2ece7b588..cbd86ea1bf05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thonny-git
pkgdesc = Python IDE for beginners.
pkgver = r1403.40455c1
- pkgrel = 1
+ pkgrel = 2
url = http://thonny.org/
arch = any
license = MIT
@@ -11,6 +11,8 @@ pkgbase = thonny-git
depends = python-jedi
depends = tcl
depends = tk
+ provides = thonny
+ conflicts = thonny
source = git+https://bitbucket.org/plas/thonny.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5bb92b0b4c86..2dd588d0c9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
pkgname=thonny-git
pkgver=r1403.40455c1
-pkgrel=1
+pkgrel=2
pkgdesc="Python IDE for beginners."
arch=('any')
url="http://thonny.org/"
license=('MIT')
+conflicts=("thonny")
+provides=("thonny")
depends=('openssl' 'python' 'python-beautifulsoup4' 'python-jedi' 'tcl' 'tk')
source=("git+https://bitbucket.org/plas/thonny.git")
sha256sums=('SKIP')