summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-04-09 12:38:49 +0200
committerXiretza2022-04-09 12:38:49 +0200
commit8789ccb32e00e5f1ffca1350ca0e2dc281a618b9 (patch)
treeb4e3b33a13b42bf77f96d81a520e68ddeff86f7e
parent46335090cdebce08ec0d7a064b02a15b88bc2de0 (diff)
downloadaur-8789ccb32e00e5f1ffca1350ca0e2dc281a618b9.tar.gz
Update source from git:// protocol to HTTPS
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ae1897e74b0..95a83db8a0e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ghdl-yosys-plugin-git
pkgdesc = VHDL synthesis (based on ghdl and yosys)
- pkgver = r187.d7536e6
- pkgrel = 2
+ pkgver = r208.c9b05e4
+ pkgrel = 1
url = https://github.com/ghdl/ghdl-yosys-plugin
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = ghdl-yosys-plugin-git
depends = yosys>0.9
provides = ghdl-yosys-plugin
conflicts = ghdl-yosys-plugin
- source = git://github.com/ghdl/ghdl-yosys-plugin.git
+ source = git+https://github.com/ghdl/ghdl-yosys-plugin.git
sha256sums = SKIP
pkgname = ghdl-yosys-plugin-git
diff --git a/PKGBUILD b/PKGBUILD
index b77c8b266973..801fdaa562f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
pkgname=ghdl-yosys-plugin-git
-pkgver=r187.d7536e6
-pkgrel=2
+pkgver=r208.c9b05e4
+pkgrel=1
arch=('x86_64')
pkgdesc='VHDL synthesis (based on ghdl and yosys)'
url='https://github.com/ghdl/ghdl-yosys-plugin'
@@ -13,7 +13,7 @@ conflicts=("${pkgname%%-git}")
makedepends=('git')
depends=('ghdl-git' 'yosys>0.9')
-source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
+source=("git+https://github.com/ghdl/ghdl-yosys-plugin.git")
sha256sums=('SKIP')
pkgver() {