diff --git a/x11-proto/xcb_proto/xcb_proto-1.12.recipe b/x11-proto/xcb_proto/xcb_proto-1.13.recipe similarity index 87% rename from x11-proto/xcb_proto/xcb_proto-1.12.recipe rename to x11-proto/xcb_proto/xcb_proto-1.13.recipe index 8a2521098..a25a3d196 100644 --- a/x11-proto/xcb_proto/xcb_proto-1.12.recipe +++ b/x11-proto/xcb_proto/xcb_proto-1.13.recipe @@ -1,11 +1,11 @@ SUMMARY="X.Org's C Bindings protocol headers" DESCRIPTION="The X C Bindings protocol headers." HOMEPAGE="https://xcb.freedesktop.org/" -COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett." +COPYRIGHT="2001-2018 Bart Massey, Jamey Sharp, and Josh Triplett." LICENSE="MIT (no promotion)" -REVISION="2" -SOURCE_URI="http://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.gz" -CHECKSUM_SHA256="cfa49e65dd390233d560ce4476575e4b76e505a0e0bacdfb5ba6f8d0af53fd59" +REVISION="1" +SOURCE_URI="https://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.gz" +CHECKSUM_SHA256="0698e8f596e4c0dbad71d3dc754d95eb0edbb42df5464e0f782621216fa33ba7" SOURCE_DIR="xcb-proto-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -60,3 +60,8 @@ INSTALL() make install DESTDIR=/ pyexecdir=$pyexecdir pythondir=$pythondir fixPkgconfig } + +TEST() +{ + make check +}