summarylogtreecommitdiffstats
path: root/update-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-version.sh')
-rwxr-xr-xupdate-version.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/update-version.sh b/update-version.sh
index 0a02ece7f3b2..dd623f3251f3 100755
--- a/update-version.sh
+++ b/update-version.sh
@@ -54,3 +54,17 @@ add_to_config() {
echo "export CARGO_MANIFEST_DIR=\"/usr/bin/corelib/\"" >> /home/\$USER/\${shells[\$(basename \$(echo \$SHELL))]}
}
EOL
+
+cat >".SRCINFO" <<EOL
+pkgbase = cairo-lang
+ pkgdesc = Cairo language installation
+ pkgver = ${VERSION[0]#v}
+ url = https://cairo-by-example.com/
+ arch = x86_64
+ license = APACHE
+ depends = git
+ depends = rustup
+ source = $DOWNLOAD_DIR
+ sha256sums = $SHA256_HASH
+pkgname = cairo-lang
+EOL