summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Harmans2022-03-18 15:56:30 +0100
committerDorian Harmans2022-03-18 15:56:30 +0100
commit7bee1957f36f3e25cfbe0017d2f46c47cec72283 (patch)
treee976dd2dc6d52e752eeeb3d87303c2b38c8794de
parent1f923ad26f0bde214a288e4303cde8b948e69e7e (diff)
downloadaur-7bee1957f36f3e25cfbe0017d2f46c47cec72283.tar.gz
corrected source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef5bc7d6bcf..e452e19fc51b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = chugins-git
pkgdesc = Repository for ChuGins (to use with chuck)
pkgver = 1.3.5.2.r181.gbc1ddd2
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/ccrma/chugins
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = chuck
- source = chugins-git::git://github.com/ccrma/chugins.git
+ source = chugins-git::git+https://github.com/ccrma/chugins.git
sha256sums = SKIP
pkgname = chugins-git
diff --git a/PKGBUILD b/PKGBUILD
index 1fe903e176ce..b1f815f33b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: schaap137 <dojo86@gmail.com>
pkgname=chugins-git
pkgver=1.3.5.2.r181.gbc1ddd2
-pkgrel=8
+pkgrel=9
pkgdesc="Repository for ChuGins (to use with chuck)"
arch=('i686' 'x86_64')
url="https://github.com/ccrma/chugins"
license=('GPL')
depends=('chuck')
makedepends=('git')
-source=("$pkgname"::"git://github.com/ccrma/chugins.git")
+source=("$pkgname"::"git+https://github.com/ccrma/chugins.git")
sha256sums=('SKIP')
pkgver() {