mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/pixman to 0.28.2-1
This commit is contained in:
parent
32ecbcac5f
commit
acfbf270aa
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - disable arm extensions that aren't supported, autodetection fails
|
# - disable arm extensions that aren't supported, autodetection fails
|
||||||
|
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
pkgver=0.28.0
|
pkgver=0.28.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
|
@ -15,7 +15,7 @@ license=('custom')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
|
sha1sums=('9e9ede6e13061030f9c827219cb87f47e32ecdb4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue