aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-22 07:17:42 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-29 12:26:43 +0000
commitaceeb9a8519e1dfa1a58a3f391b87f48773913d9 (patch)
tree742084823493ab13d2aca95f881077c8c8c00192 /main
parent343c31afe163b3c0c41c34c510baf6500d75a552 (diff)
downloadaports-aceeb9a8519e1dfa1a58a3f391b87f48773913d9.tar.bz2
aports-aceeb9a8519e1dfa1a58a3f391b87f48773913d9.tar.xz
main/xf86-video-dummy: rebuild against xorg-video-abi 24.0
Use https
Diffstat (limited to 'main')
-rw-r--r--main/xf86-video-dummy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xf86-video-dummy/APKBUILD b/main/xf86-video-dummy/APKBUILD
index 2415af97f6..d3ed9ce377 100644
--- a/main/xf86-video-dummy/APKBUILD
+++ b/main/xf86-video-dummy/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-dummy
pkgver=0.3.8
-pkgrel=2
+pkgrel=3
pkgdesc="X.Org driver for dummy cards"
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
depends=
makedepends="xorg-server-dev libxi-dev util-macros xorgproto"
-source="http://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir"/$pkgname-$pkgver
build() {