diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-30 09:52:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 14:39:32 +0000 |
commit | 8a069f9c39f36d60312e0a1eb092e02dad5f0cd1 (patch) | |
tree | ba65c629460247f02ce7255d29014eb2787749d0 /main/v86d | |
parent | acfdd4e40f8d0cd185e5f52bb04d9bc2cb181906 (diff) | |
download | aports-8a069f9c39f36d60312e0a1eb092e02dad5f0cd1.tar.bz2 aports-8a069f9c39f36d60312e0a1eb092e02dad5f0cd1.tar.xz |
main/v86d: update url
Diffstat (limited to 'main/v86d')
-rw-r--r-- | main/v86d/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/v86d/APKBUILD b/main/v86d/APKBUILD index c735defd64..864cdeb3fd 100644 --- a/main/v86d/APKBUILD +++ b/main/v86d/APKBUILD @@ -2,14 +2,14 @@ pkgname=v86d pkgver=0.1.10 pkgrel=1 -pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment" -url="http://dev.gentoo.org/~spock/projects/uvesafb/" +pkgdesc="Userspace helper for uvesafb that runs x86 code in an emulated environment" +url="https://github.com/mjanusz/v86d" arch="all" license="GPL2" depends="" makedepends="bash" source="v86d-$pkgver.tar.gz::https://github.com/mjanusz/v86d/archive/v86d-$pkgver.tar.gz - modprobe.uvesafb" + modprobe.uvesafb" _builddir="$srcdir"/v86d-86d-$pkgver build () { @@ -25,6 +25,7 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -D -m644 "$srcdir"/modprobe.uvesafb "$pkgdir"/etc/modprobe.d/uvesafb || return 1 } + md5sums="f9e583d399b1f0513dc06adcc7b479da v86d-0.1.10.tar.gz 2d7cc8dc6a41916a13869212d0191147 modprobe.uvesafb" sha256sums="af7aa28216c0242388575adcfc030af9a15851a52d65697267852496d1bd96ba v86d-0.1.10.tar.gz |