mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.38.2-1
This commit is contained in:
parent
7854c9ffe8
commit
2126999db0
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - disable x86 extensions (mmx, sse2, ssse3)
|
||||
|
||||
pkgname=pixman
|
||||
pkgver=0.38.0
|
||||
pkgrel=2
|
||||
pkgver=0.38.2
|
||||
pkgrel=1
|
||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||
arch=(x86_64)
|
||||
url="https://cgit.freedesktop.org/pixman/"
|
||||
|
@ -15,7 +15,7 @@ license=('custom')
|
|||
depends=('glibc')
|
||||
makedepends=('meson' 'libpng')
|
||||
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('06587395f4a3538bafc0845ac225ea4c6472e550')
|
||||
sha1sums=('ce40833fe4337aa6329ac5694d9ff342338219c1')
|
||||
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue