extra/pixman to 0.36.0-1

This commit is contained in:
Kevin Mihelich 2018-11-27 19:46:10 +00:00
parent 272e1ff2d0
commit 6187b517ef

View file

@ -5,15 +5,15 @@
# - disable arm extensions that aren't supported, autodetection fails
pkgname=pixman
pkgver=0.34.0
pkgrel=2
pkgver=0.36.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(x86_64)
url="http://xorg.freedesktop.org"
license=('custom')
depends=('glibc')
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"