diff options
Diffstat (limited to 'main/v86d/APKBUILD')
-rw-r--r-- | main/v86d/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/v86d/APKBUILD b/main/v86d/APKBUILD index 84e34e97f7e..6f2e41a9b6f 100644 --- a/main/v86d/APKBUILD +++ b/main/v86d/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=v86d pkgver=0.1.10 -pkgrel=3 +pkgrel=4 pkgdesc="Userspace helper for uvesafb that runs x86 code in an emulated environment" url="https://github.com/mjanusz/v86d" arch="x86 x86_64" -license="GPL-2.0" +license="GPL-2.0-only" makedepends="bash linux-headers" source="v86d-$pkgver.tar.gz::https://github.com/mjanusz/v86d/archive/v86d-$pkgver.tar.gz modprobe.uvesafb" |