summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2022-04-25 14:46:16 +0200
committerKokaKiwi2022-04-25 14:46:16 +0200
commitfd79b07d66983ab72ce7cd0dbcf36fae70adb9e4 (patch)
tree59e08455141ec67e9a79e11efcdf554a2a239e3c
parent091993858b0af3d1e1d60a3fc6b74ec4241edcf0 (diff)
downloadaur-fd79b07d66983ab72ce7cd0dbcf36fae70adb9e4.tar.gz
Fix source URL
-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() {