summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21da00758630..46bfcafdc0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = riffa-git
pkgdesc = RIFFA: A Reusable Integration Framework For FPGA Accelerators
- pkgver = 2.2.2.git20210624
+ pkgver = 2.2.2.git20220907
pkgrel = 1
url = http://riffa.ucsd.edu/
install = riffa.install
arch = i686
arch = x86_64
license = custom
- makedepends = linux-headers=5.16.8.arch1-1
- depends = linux=5.16.8.arch1-1
- source = git://github.com/marzoul/riffa.git
+ makedepends = linux-headers=5.18.7.arch1-1
+ depends = linux=5.18.7.arch1-1
+ source = git+https://github.com/marzoul/riffa.git
source = riffa.install
source = patch-subdirs.patch
source = 99-riffa.rules
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'