summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-03-13 09:51:51 +0100
committerbartus2018-03-13 09:51:51 +0100
commitb98e7f79dd08723a2d2cba0a3932583f8450013f (patch)
tree60a1816488cb75c42988b266d448d449235c885c
parent8823a32b688997704b32378077756fcc69ffd654 (diff)
downloadaur-b98e7f79dd08723a2d2cba0a3932583f8450013f.tar.gz
add uvesafb-dkms to dependencies
-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"