summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBakasura2023-01-06 16:35:35 -0500
committerBakasura2023-01-06 16:35:35 -0500
commitbc647334f6a6582840d8f2647b6898a3dcba4714 (patch)
treeac998ffd4302d2ca305c3e193ce09e471beeed37
parent6c766d4c2c368c66f1615e8e645bc291aa5f5f5b (diff)
downloadaur-bc647334f6a6582840d8f2647b6898a3dcba4714.tar.gz
Fix github clone
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f3688e51cc..820abffe5817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = velocity-xbox360-git
pkgdesc = A cross-platform application built using the Qt framework which allows you to browse and edit Xbox 360 files.
pkgver = 0.1.0.0.r1256.2c15bb6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hetelek/Velocity.git
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = velocity-xbox360-git
depends = qt4
depends = botan1.10
options = !makeflags
- source = velocity-xbox360-git::git://github.com/hetelek/Velocity.git
+ source = velocity-xbox360-git::git+https://github.com/hetelek/Velocity.git
source = velocity.desktop
source = libbotan-version.patch
source = Velocity.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6357c6c282fe..eb9e6737ebb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=velocity-xbox360-git
pkgver=0.1.0.0.r1256.2c15bb6
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-platform application built using the Qt framework which allows you to browse and edit Xbox 360 files."
arch=('i686' 'x86_64')
url="https://github.com/hetelek/Velocity.git"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt4' 'botan1.10')
makedepends=('git')
options=('!makeflags')
-source=("$pkgname"::'git://github.com/hetelek/Velocity.git'
+source=("${pkgname}::git+${url}"
'velocity.desktop'
'libbotan-version.patch'
'Velocity.patch'