summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')