diff options
-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 |