summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2022-09-24 16:53:05 +0200
committerfordprefect2022-09-24 16:53:25 +0200
commitc9e4693d2b704a9990c4a56cbee48925650219b4 (patch)
treeb35f56f4ad4c35c096a9f77b03a58c27b2bd5c83
parentd2aa28fd20c20076b7c6aae0c9d090e75f51d562 (diff)
downloadaur-rustpython-git.tar.gz
add python as makedep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3054230b062b..7b346383c6ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Feb 7 10:33:59 UTC 2019
pkgbase = rustpython-git
pkgdesc = A Python3 Interpreter written in Rust
- pkgver = r1018.d3158f3
+ pkgver = r11862.2a26ed009
pkgrel = 1
url = https://github.com/RustPython/RustPython
arch = x86_64
arch = i686
license = MIT
makedepends = rust
+ makedepends = python
source = git+https://github.com/RustPython/RustPython.git
md5sums = SKIP
pkgname = rustpython-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3810566656b4..aff92faec919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname="rustpython-git"
-pkgver=r1018.d3158f3
+pkgver=r11862.2a26ed009
pkgrel=1
pkgdesc='A Python3 Interpreter written in Rust'
arch=('x86_64' 'i686')
url='https://github.com/RustPython/RustPython'
#depends=('')
-makedepends=('rust')
+makedepends=('rust' 'python')
license=('MIT')
source=('git+https://github.com/RustPython/RustPython.git')
md5sums=('SKIP')