mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.34.0-2
This commit is contained in:
parent
2df9b949df
commit
aa43409492
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 149216 2012-02-06 13:29:48Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Alexander Baldeck <alexander@archlinux.org>
|
||||
|
||||
|
@ -7,13 +6,13 @@
|
|||
|
||||
pkgname=pixman
|
||||
pkgver=0.34.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://xorg.freedesktop.org"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue