summarylogtreecommitdiffstats
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
parent9a114f9c690307d836bc8f27e77ae17fb8059c0c (diff)
downloadaur-01c1e22eacc627d6650718a6358c2362f4e5aaca.tar.gz
Update to newer version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f587e9e75e0e..85330848717e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mdev-cli
pkgdesc = A user-configurable utility for GPU vendor drivers enabling the registration of arbitrary mdev types with the VFIO-Mediated Device framework.
pkgver = 0.1.0.0
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = https://github.com/Arc-Compute/Mdev-GPU
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = mdev-cli
depends = haskell-fixed-vector
depends = haskell-yamlparse-applicative
depends = haskell-ioctl
- 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
pkgname = mdev-cli
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() {