summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Almeida2022-05-23 11:14:28 +0200
committerThiago Almeida2022-05-23 11:18:07 +0200
commitb5ce53fd0cb12bfae2744a4a69f05b3264a286ad (patch)
tree766df90fc802654f066b8620af8b8080c7ed91af
parent7b4a89781cc8d6ed7ecea090804204dcb9230de0 (diff)
downloadaur-b5ce53fd0cb12bfae2744a4a69f05b3264a286ad.tar.gz
fix: source url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63889cd12cf0..dcb17d89b70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hcledit-git
pkgdesc = A command line editor for HCL
- pkgver = 20200822.69_5cd4dee
+ pkgver = 20220414.181_085cf84
pkgrel = 1
url = https://github.com/minamijoyo/hcledit
arch = i686
@@ -9,8 +9,7 @@ pkgbase = hcledit-git
makedepends = go
makedepends = git
depends = glibc
- source = hcledit-git::git://github.com/minamijoyo/hcledit#branch=master
+ source = hcledit-git::git+https://github.com/minamijoyo/hcledit#branch=master
md5sums = SKIP
pkgname = hcledit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 01bd82b5e528..d08f2bfc74d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,9 +19,7 @@ source=(
"$_pkgname::git+https://github.com/minamijoyo/hcledit#branch=${BRANCH:-master}"
)
-md5sums=(
- 'SKIP'
-)
+md5sums=('SKIP')
backup=(
)