summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-03-13 09:51:51 +0100
committerbartus2018-03-13 09:51:51 +0100
commitb98e7f79dd08723a2d2cba0a3932583f8450013f (patch)
tree60a1816488cb75c42988b266d448d449235c885c /PKGBUILD
parent8823a32b688997704b32378077756fcc69ffd654 (diff)
downloadaur-b98e7f79dd08723a2d2cba0a3932583f8450013f.tar.gz
add uvesafb-dkms to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"