summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Desaulniers2021-11-02 07:19:32 -0400
committerPatrick Desaulniers2021-11-02 07:19:32 -0400
commita9fe1c790102eb65c76c825546ec155cac0df748 (patch)
treec8706b2468d5c12efc76edb11de12519ecf40eb3
parentac4a92de8e4bc15b72398883ba42dbd0eccfb839 (diff)
downloadaur-a9fe1c790102eb65c76c825546ec155cac0df748.tar.gz
Use https protocol instead of git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c8838a9a24..76ec24318fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 329987324f96..e77e650a8729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {