mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.36.0-1
This commit is contained in:
parent
272e1ff2d0
commit
6187b517ef
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue