summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e9545e985d..fb7f351b4f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = v86d
pkgdesc = userspace helper for uvesafb that runs x86 code in an emulated environment
pkgver = 0.1.10
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/mjanusz/v86d
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = glibc
+ depends = uvesafb-dkms
options = !makeflags
source = git://github.com/mjanusz/v86d.git#tag=v86d-0.1.10
source = v86d_install
diff --git a/PKGBUILD b/PKGBUILD
index 6fb8c4664bf0..410d83273cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: jason ryan <jasonwryan@gmail.com>
+# Submaintainer: bartus <aur@bartus.33mail.com>
pkgname=v86d
pkgver=0.1.10
-pkgrel=5
+pkgrel=6
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')
+depends=('glibc' 'uvesafb-dkms')
makedepends=('git')
options=('!makeflags')
source=("git://github.com/mjanusz/v86d.git#tag=$pkgname-$pkgver"