summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12024-02-11 01:28:29 +0800
committerChocobo12024-02-11 01:28:29 +0800
commit6c6f9f167931cdf437cfbd1df261a27600455f42 (patch)
tree5800c7b3aa4f7528d041d3a2fb60049b88732d6e /PKGBUILD
parent8ddfbb2fb2994456c27ce308c68fb4f3077a3bb7 (diff)
downloadaur-6c6f9f167931cdf437cfbd1df261a27600455f42.tar.gz
upgpkg: rye-git 0.22.0.r2.gbae3c95-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3f71fd23418..5c89cc758cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Previous maintainer: asukaminato <asukaminato@nyan.eu.org>
pkgname=rye-git
-pkgver=0.4.0.r1.gc1ea066
+pkgver=0.22.0.r2.gbae3c95
pkgrel=1
pkgdesc="An experimental package management solution for Python"
arch=('i686' 'x86_64')
url="https://rye-up.com/"
license=('MIT')
-depends=('gcc-libs' 'bzip2' 'libxcrypt-compat' 'openssl' 'zlib')
-makedepends=('git' 'rust')
+depends=('gcc-libs' 'bzip2' 'curl' 'libxcrypt-compat' 'openssl' 'zlib' 'zstd')
+makedepends=('git' 'cargo')
provides=("rye=$pkgver")
conflicts=('rye')
source=("git+https://github.com/mitsuhiko/rye.git")