summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2022-09-07 11:13:01 +0200
committerAdrien Prost-Boucle2022-09-07 11:13:01 +0200
commitec4e13af1a1f2531a30527b26b838e2560a47509 (patch)
treeffa942d9ac388bf3fcd28d73fe534b8b88ce937e /PKGBUILD
parent53f0c77ae824cfc1f69bdc38fb9f3e96168b4d12 (diff)
downloadaur-riffa-git.tar.gz
Fix access to github with git+https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46c171c51026..ef47f9e6a43d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Important: the versions of the packages linux and linux-header must match
pkgname=riffa-git
-pkgver=2.2.2.git20210624
+pkgver=2.2.2.git20220907
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='RIFFA: A Reusable Integration Framework For FPGA Accelerators'
@@ -17,8 +17,8 @@ makedepends=("linux-headers=$_local_linux_version")
install='riffa.install'
source=(
- #"git://github.com/drichmond/riffa.git"
- "git://github.com/marzoul/riffa.git"
+ #"git+https://github.com/drichmond/riffa.git"
+ "git+https://github.com/marzoul/riffa.git"
'riffa.install'
'patch-subdirs.patch'
'99-riffa.rules'