diff options
author | Patrick Desaulniers | 2021-11-02 07:19:32 -0400 |
---|---|---|
committer | Patrick Desaulniers | 2021-11-02 07:19:32 -0400 |
commit | a9fe1c790102eb65c76c825546ec155cac0df748 (patch) | |
tree | c8706b2468d5c12efc76edb11de12519ecf40eb3 | |
parent | ac4a92de8e4bc15b72398883ba42dbd0eccfb839 (diff) | |
download | aur-a9fe1c790102eb65c76c825546ec155cac0df748.tar.gz |
Use https protocol instead of git
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = bitrot-git pkgdesc = Bitrot audio plugins (LV2, VST2 and LADSPA) - pkgver = r7.75abdd1 + pkgver = r15.70534bc pkgrel = 1 url = https://github.com/grejppi/bitrot.git arch = i686 @@ -11,8 +11,7 @@ pkgbase = bitrot-git depends = gcc-libs provides = bitrot conflicts = bitrot - source = bitrot::git://github.com/grejppi/bitrot + source = bitrot::git+https://github.com/grejppi/bitrot.git md5sums = SKIP pkgname = bitrot-git - @@ -1,7 +1,7 @@ # Maintainer: Patrick Desaulniers <desaulniers dot patrick at carrefour dot cegepvicto dot ca> pkgname=bitrot-git -pkgver=r7.75abdd1 +pkgver=r15.70534bc pkgrel=1 pkgdesc="Bitrot audio plugins (LV2, VST2 and LADSPA)" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('gcc-libs') makedepends=('git' 'python') provides=("${pkgname%-*}") conflicts=("${pkgname%-*}") -source=("${pkgname%-*}::git://github.com/grejppi/bitrot") +source=("${pkgname%-*}::git+https://github.com/grejppi/bitrot.git") md5sums=('SKIP') pkgver() { |