aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxcb/APKBUILD')
-rw-r--r--main/libxcb/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD
index c21ec0150d..c0626d6977 100644
--- a/main/libxcb/APKBUILD
+++ b/main/libxcb/APKBUILD
@@ -3,7 +3,7 @@ pkgname=libxcb
pkgver=1.12
pkgrel=1
pkgdesc="X11 client-side library"
-url="http://xcb.freedesktop.org/"
+url="https://xcb.freedesktop.org/"
arch="all"
license="custom"
depends=
@@ -11,7 +11,7 @@ subpackages="$pkgname-dev $pkgname-doc"
depends_dev="libxau-dev xcb-proto"
checkdepends="check-dev"
makedepends="$depends_dev libxslt python3 libpthread-stubs libxdmcp-dev"
-source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2
+source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2
python3.patch"
builddir="$srcdir"/$pkgname-$pkgver