summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lundin2023-05-24 10:14:04 +0200
committerDaniel Lundin2023-05-24 10:14:04 +0200
commit1a39d460df56b74ac34455758be6fc0c0c460aec (patch)
tree42c704f376628dc1502b3dec2b0e4be17bfd849a
parentd718c5d029d7d1bdd63711c9955ed6b141f843ac (diff)
downloadaur-sapling-scm-bin.tar.gz
Add python310 dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04bd08299128..715784de8165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = sapling-scm-bin
license = GPL2
depends = curl
depends = nodejs
- depends = python
+ depends = python310
depends = github-cli
optdepends = watchman: for faster file watching
provides = sapling-scm
diff --git a/PKGBUILD b/PKGBUILD
index 319618466960..ba42f44c196e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Sapling SCM is a cross-platform, highly scalable, Git-compatible source
arch=('x86_64')
license=('GPL2')
url='https://sapling-scm.com/'
-depends=('curl' 'nodejs' 'python' 'github-cli')
+depends=('curl' 'nodejs' 'python310' 'github-cli')
optdepends=('watchman: for faster file watching')
provides=('sapling-scm')
conflicts=('sapling-scm')