summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-04-20 07:54:06 -0300
committerGonzalo Exequiel Pedone2024-04-20 07:54:06 -0300
commit2882293669a32f667cce931e190b9096cbfd1063 (patch)
tree48b750a29bb867e71bd77b0f9989f1fa5912d687 /PKGBUILD
parentc895af84a3b746ed068e80c7ad3e14d7a57c1f7d (diff)
downloadaur-android-rust.tar.gz
CARGO_BUILD_TARGET -> RUST_TARGET.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad12e86e233d..6a89610ca731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
pkgname=android-rust
-pkgver=1
+pkgver=2
pkgrel=1
arch=('any')
pkgdesc="Script providing common environment variables and functions for Rust build on Android."
@@ -11,7 +11,7 @@ depends=('android-environment'
'cargo-c'
'rustup')
source=('android-rust-env.sh')
-md5sums=('5c46880c932383df93abb6a0520ea3e2')
+md5sums=('b4cec673167780158ffd5d586c779529')
package() {
install -d ${pkgdir}/usr/bin