summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-08-04 17:49:02 +0100
committerCrocoDuck2018-08-04 17:49:02 +0100
commitd2bc0c2fc88e6a6b9bfb5d6f6e8d515c9d611870 (patch)
treeea902c31d5c08a122fde84fa373713d2e47cf9e5
parentffe564f765f4f047e50698f290c598f2403cc5bb (diff)
downloadaur-d2bc0c2fc88e6a6b9bfb5d6f6e8d515c9d611870.tar.gz
Fixing source array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4f501cfa44..dbd48142593e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realtimeconfigquickscan-git
pkgdesc = Linux configuration checker for systems to be used for real-time audio.
pkgver = r26.03e65a4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/raboof/realtimeconfigquickscan
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = realtimeconfigquickscan-git
depends = perl-tk
provides = realtimeconfigquickscan
conflicts = realtimeconfigquickscan
- source = realtimeconfigquickscan::git://github.com/raboof/realtimeconfigquickscan
+ source = realtimeconfigquickscan::git+https://github.com/raboof/realtimeconfigquickscan.git
source = realTimeConfigQuickScan
source = QuickScan
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8709b0f018a..d3c4bfe15e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=realtimeconfigquickscan-git
pkgver=r26.03e65a4
-pkgrel=1
+pkgrel=2
pkgdesc="Linux configuration checker for systems to be used for real-time audio."
arch=('any')
url="https://github.com/raboof/realtimeconfigquickscan"
@@ -12,7 +12,7 @@ depends=('perl-tk')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("${pkgname%-*}"::"git://github.com/raboof/realtimeconfigquickscan"
+source=("${pkgname%-*}::git+https://github.com/raboof/realtimeconfigquickscan.git"
'realTimeConfigQuickScan'
'QuickScan')
md5sums=('SKIP' '9ba860e66b4c53868fa874a4e00aba0f' 'fab72296c27305b0c8c36b6f88efa36b')