aboutsummaryrefslogtreecommitdiffstats
path: root/main/glamor-egl
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-22 08:41:38 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-29 12:26:43 +0000
commitc537a5138693d166604b5bd32f49e15e31b0695f (patch)
treec0d57b98264a6f4492f69cc59d9fa047b7d6adcb /main/glamor-egl
parent6ec43936e8fc7dc77851dcc2fbeae051d086a298 (diff)
downloadaports-c537a5138693d166604b5bd32f49e15e31b0695f.tar.bz2
aports-c537a5138693d166604b5bd32f49e15e31b0695f.tar.xz
main/glamor-egl: rebuild against xorg-video-abi 24.0
Use https
Diffstat (limited to 'main/glamor-egl')
-rw-r--r--main/glamor-egl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/glamor-egl/APKBUILD b/main/glamor-egl/APKBUILD
index 04f608d0fa..7b19e99dd7 100644
--- a/main/glamor-egl/APKBUILD
+++ b/main/glamor-egl/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=glamor-egl
pkgver=0.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="X.org glamor library"
-url="http://www.freedesktop.org/wiki/Software/Glamor"
+url="https://www.freedesktop.org/wiki/Software/Glamor"
arch="all"
license="MIT"
depends=""
@@ -12,7 +12,7 @@ depends_dev="mesa-dev"
makedepends="$depends_dev xorg-server-dev"
install=""
subpackages="$pkgname-dev"
-source="http://www.x.org/releases/individual/driver/glamor-egl-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/driver/glamor-egl-$pkgver.tar.bz2"
_builddir="$srcdir"/glamor-egl-$pkgver
prepare() {