summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-05-05 20:45:05 +0530
committerlibrewish2020-05-05 20:45:05 +0530
commit6a8b4961e7006d0c2114c2541245b4a838454868 (patch)
tree709f0d67066052b1bfddfcd05c1af87a4098e33d /PKGBUILD
parentd4d43a67392c6189790a216a56ec7db9b7d92bfc (diff)
downloadaur-6a8b4961e7006d0c2114c2541245b4a838454868.tar.gz
remove uvesafb-dkms dependancie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d7bfa9f530..1244480f40b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=v86d
pkgver=0.1.10
-pkgrel=8
+pkgrel=9
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' 'uvesafb-dkms')
+depends=('glibc')
makedepends=('git')
options=('!makeflags')
source=("git://github.com/mjanusz/v86d.git#tag=$pkgname-$pkgver"
v86d_install
v86d_hook
modprobe.uvesafb)
-md5sums=(SKIP
+md5sums=('SKIP'
'66ab32602ab29cc5635eaac7f3e42283'
'5f75b8bc4a7ddf595014591e5db263cb'
'2d7cc8dc6a41916a13869212d0191147')