summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-05-10 12:57:18 +0200
committerdreieck2022-05-10 12:57:18 +0200
commit3dcb4681b11f777350e4ebb9e75930def80f2396 (patch)
treeecd38708fc4d319705e333949d0455d32e03b8df
parentc72b8b2388352dde20ee3515849b6bc49d1be7ef (diff)
downloadaur-3dcb4681b11f777350e4ebb9e75930def80f2396.tar.gz
Added uvesafb modules as optional dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef5c5fd5d41b..be93cfbef927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = v86d
pkgdesc = userspace helper for uvesafb that runs x86 code in an emulated environment.
pkgver = 0.1.10
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/mjanusz/v86d
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = glibc
+ optdepends = uvesafb-dkms: For uvesafb kernel module, the ownly known thing that makes use of 'v86d'.
+ optdepends = UVESAFB-MODULE: For uvesafb kernel module, the ownly known thing that makes use of 'v86d'.
options = !makeflags
source = v86d::git+https://github.com/mjanusz/v86d.git#tag=v86d-0.1.10
source = initcpio_uvesafb_install
diff --git a/PKGBUILD b/PKGBUILD
index 6b4c1246aa47..e815914050df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,17 @@
_pkgname=v86d
pkgname="${_pkgname}"
pkgver=0.1.10
-pkgrel=10
+pkgrel=11
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment."
arch=('i686' 'x86_64')
url="https://github.com/mjanusz/v86d"
license=('GPL2')
depends=('glibc')
makedepends=('git')
+optdepends=(
+ "uvesafb-dkms: For uvesafb kernel module, the ownly known thing that makes use of '${_pkgname}'."
+ "UVESAFB-MODULE: For uvesafb kernel module, the ownly known thing that makes use of '${_pkgname}'."
+)
options=('!makeflags')
source=(
"${_pkgname}::git+https://github.com/mjanusz/v86d.git#tag=${pkgname}-${pkgver}"