summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2017-02-15 15:01:03 +0100
committerDaniel Milde2017-02-15 15:01:03 +0100
commit477509dd6adbfaeaf641a5a08d745a59dd7d4ca9 (patch)
treef6e46bf30278e83411b9be20d7bfe697a2c74cd0
parent33d928f23096ef401ee9e81973a89972ae0a3574 (diff)
downloadaur-477509dd6adbfaeaf641a5a08d745a59dd7d4ca9.tar.gz
Replaces python-hg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91de1af0c31c..9701ca14e938 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-git
pkgdesc = Next generation of the python high-level scripting language
- pkgver = 3.7.0a0.r98657.e7ffb99f84
+ pkgver = 3.7.0a0.r98682.f15fa87e5a
pkgrel = 1
url = http://www.python.org/
arch = i686
@@ -19,6 +19,8 @@ pkgbase = python-git
depends = zlib
optdepends = tk: for tkinter
optdepends = sqlite
+ conflicts = python-hg
+ replaces = python-hg
options = debug
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 6665c60cc930..2cfbe6773bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Milde <daniel@milde.cz>
pkgname=python-git
-pkgver=3.7.0a0.r98657.e7ffb99f84
+pkgver=3.7.0a0.r98682.f15fa87e5a
pkgrel=1
_pybasever=3.7
_pkgname=cpython
@@ -9,6 +9,8 @@ pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
license=('custom')
url="http://www.python.org/"
+replaces=('python-hg')
+conflicts=('python-hg')
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
makedepends=('tk>=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'git')
optdepends=('tk: for tkinter' 'sqlite')