diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-22 07:51:44 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-29 12:26:44 +0000 |
commit | e117fc76e43a1f679f4a0adebad3d6ed6eb7ebda (patch) | |
tree | 8347e007390c15e06dfb0cbac057b471fa3ce479 | |
parent | cda2b08cd0801bfc029a71b0fd31697c8e9a9ee5 (diff) | |
download | aports-e117fc76e43a1f679f4a0adebad3d6ed6eb7ebda.tar.bz2 aports-e117fc76e43a1f679f4a0adebad3d6ed6eb7ebda.tar.xz |
main/xf86-video-tdfx: rebuild against xorg-video-abi 24.0
Use https
-rw-r--r-- | main/xf86-video-tdfx/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xf86-video-tdfx/APKBUILD b/main/xf86-video-tdfx/APKBUILD index cf14326a34..98497fe56b 100644 --- a/main/xf86-video-tdfx/APKBUILD +++ b/main/xf86-video-tdfx/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-tdfx pkgver=1.4.7 -pkgrel=2 +pkgrel=3 pkgdesc="3Dfx video driver" -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 libdrm-dev mesa-dev 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 |