diff options
Diffstat (limited to 'main/glamor-egl/APKBUILD')
-rw-r--r-- | main/glamor-egl/APKBUILD | 6 |
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() { |