summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDāvis Mosāns2024-01-11 13:57:17 +0200
committerDāvis Mosāns2024-01-11 17:57:21 +0200
commit01c1e22eacc627d6650718a6358c2362f4e5aaca (patch)
tree34b2994a6e73c1cf8cb63da51a2798a0f58e0abd /PKGBUILD
parent9a114f9c690307d836bc8f27e77ae17fb8059c0c (diff)
downloadaur-01c1e22eacc627d6650718a6358c2362f4e5aaca.tar.gz
Update to newer version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46a871cb8a65..b32c327b4784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mdev-cli
pkgver=0.1.0.0
-pkgrel=1
+pkgrel=2
epoch=0
pkgdesc='A user-configurable utility for GPU vendor drivers enabling the registration of arbitrary mdev types with the VFIO-Mediated Device framework.'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/Arc-Compute/Mdev-GPU'
license=('GPL')
depends=('ghc-libs' 'haskell-path' 'haskell-optparse-applicative' 'haskell-bimap' 'haskell-fixed-vector' 'haskell-yamlparse-applicative' 'haskell-ioctl')
makedepends=('ghc')
-source=("git+https://github.com/Arc-Compute/Mdev-GPU.git#commit=30d28c3bb11a038246e9401f5ffa25bd7d68c607")
+source=("git+https://github.com/Arc-Compute/Mdev-GPU.git#commit=48649a0ed9f2285c883c98610309bd677e8690ae")
sha256sums=('SKIP')
build() {