diff options
author | prspkt <prspkt@protonmail.com> | 2018-05-29 18:40:58 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-06-01 14:57:15 +0000 |
commit | 0f676467b467f1534c02aa31cb482448fb1d193a (patch) | |
tree | 7755d45136b19070d36e017134b8cb560f7d444e /main/xcb-proto/APKBUILD | |
parent | 91418f201986e427bfd56142a16e43fcd1e09fb9 (diff) | |
download | aports-0f676467b467f1534c02aa31cb482448fb1d193a.tar.bz2 aports-0f676467b467f1534c02aa31cb482448fb1d193a.tar.xz |
main/xcb-proto: upgrade to 1.13
Remove python3.patch since changes have been upstreamed.
Diffstat (limited to 'main/xcb-proto/APKBUILD')
-rw-r--r-- | main/xcb-proto/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/xcb-proto/APKBUILD b/main/xcb-proto/APKBUILD index 72eb12d579..4f330577f7 100644 --- a/main/xcb-proto/APKBUILD +++ b/main/xcb-proto/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xcb-proto -pkgver=1.12 -pkgrel=1 +pkgver=1.13 +pkgrel=0 pkgdesc="XML-XCB protocol descriptions" url="https://xcb.freedesktop.org/" arch="noarch" @@ -10,8 +10,7 @@ depends= makedepends="python3" # no testsuite options="!check" -source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2 - python3.patch" +source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2" builddir="${srcdir}/${pkgname}-${pkgver}" @@ -31,5 +30,4 @@ package() { install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 } -sha512sums="1f427eaf223971b25b56c9f641350e03f5ebeb17a1fc212ce2a0c892de7aba7e53d5e3958b073a122bb344c387c0ff394cf96f542ff046f33de4e1cd27fb9e5c xcb-proto-1.12.tar.bz2 -291fb6410c656e3744ba51054cb51d25c10eb738223d65367b43dca7bfa8b82440e9c0836f615fcee64040e79087d68d25c2d329348623b936abb520a9135bfd python3.patch" +sha512sums="002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7 xcb-proto-1.13.tar.bz2" |