summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f398f22a9ed..2ed859453eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gleam-git
pkgdesc = A statically typed language for the Erlang VM
- pkgver = 0.11.2.r41.g4a986b6
+ pkgver = 0.21.0.r0.g9aad6ec2
pkgrel = 1
url = https://github.com/gleam-lang/gleam
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = gleam-git
options = !docs
options = !libtool
options = !staticlibs
- source = gleam::git://github.com/gleam-lang/gleam.git
+ source = gleam::git+https://github.com/gleam-lang/gleam.git
sha256sums = SKIP
pkgname = gleam-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 431d9d6daa28..bb96fe136273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: KokaKiwi <kokakiwi+aur@kokakiwi.net>
pkgname=gleam-git
-pkgver=0.11.2.r41.g4a986b6
+pkgver=0.21.0.r0.g9aad6ec2
pkgrel=1
pkgdesc="A statically typed language for the Erlang VM"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('erlang-nox')
provides=('gleam')
conflicts=('gleam')
options=(strip !docs !libtool !staticlibs)
-source=('gleam::git://github.com/gleam-lang/gleam.git')
+source=('gleam::git+https://github.com/gleam-lang/gleam.git')
sha256sums=('SKIP')
pkgver() {