summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-05-05 20:45:05 +0530
committerlibrewish2020-05-05 20:45:05 +0530
commit6a8b4961e7006d0c2114c2541245b4a838454868 (patch)
tree709f0d67066052b1bfddfcd05c1af87a4098e33d
parentd4d43a67392c6189790a216a56ec7db9b7d92bfc (diff)
downloadaur-6a8b4961e7006d0c2114c2541245b4a838454868.tar.gz
remove uvesafb-dkms dependancie
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac3cb3f0ea4..fbf28bab6b02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = v86d
pkgdesc = userspace helper for uvesafb that runs x86 code in an emulated environment
pkgver = 0.1.10
- pkgrel = 8
+ pkgrel = 9
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 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')