diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 23:53:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 23:53:15 -0300 |
commit | 99e64592e10f41d71bdfc0fbec98399c00d46e62 (patch) | |
tree | 1b4e28a18352dfcdc17aa69e03b8dd16954c049e | |
parent | f8f8e8e235308f855a0b109cc03e062144ae746e (diff) | |
download | aports-99e64592e10f41d71bdfc0fbec98399c00d46e62.tar.gz aports-99e64592e10f41d71bdfc0fbec98399c00d46e62.tar.bz2 aports-99e64592e10f41d71bdfc0fbec98399c00d46e62.tar.xz |
main/xcb-util: fix url
-rw-r--r-- | main/xcb-util/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xcb-util/APKBUILD b/main/xcb-util/APKBUILD index cb0c0f0926..70d765d33f 100644 --- a/main/xcb-util/APKBUILD +++ b/main/xcb-util/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xcb-util pkgver=0.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Utility libraries for X C-language Binding" -url="https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor" +url="https://xcb.freedesktop.org/" arch="all" license="MIT" depends_dev="libxcb-dev util-macros" |