summaryrefslogtreecommitdiff
path: root/libre/pixman-static
diff options
context:
space:
mode:
Diffstat (limited to 'libre/pixman-static')
-rw-r--r--libre/pixman-static/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/pixman-static/PKGBUILD b/libre/pixman-static/PKGBUILD
index 8b55a0c97..ca3bf4776 100644
--- a/libre/pixman-static/PKGBUILD
+++ b/libre/pixman-static/PKGBUILD
@@ -6,9 +6,9 @@
_pkgname=pixman
pkgname=pixman-static
-pkgver=0.36.0
+pkgver=0.38.4
pkgrel=1
-pkgrel+=.static2
+pkgrel+=.static1
pkgdesc="The pixel-manipulation library for X and cairo"
pkgdes+=" (static libraries)"
arch=(x86_64)
@@ -16,9 +16,10 @@ arch+=(i686 armv7h)
url="https://cgit.freedesktop.org/pixman/"
license=('custom')
depends=("pixman=$pkgver")
+makedepends=('meson' 'libpng')
options=('staticlibs')
source=(https://xorg.freedesktop.org/releases/individual/lib/${_pkgname}-${pkgver}.tar.bz2)
-sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
+sha1sums=('87e1abc91ac4e5dfcc275f744f1d0ec3277ee7cd')
build() {
cd $_pkgname-$pkgver