diff options
Diffstat (limited to 'libre/pixman-static/PKGBUILD')
-rw-r--r-- | libre/pixman-static/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/pixman-static/PKGBUILD b/libre/pixman-static/PKGBUILD index ea4b091cd..8b55a0c97 100644 --- a/libre/pixman-static/PKGBUILD +++ b/libre/pixman-static/PKGBUILD @@ -6,18 +6,19 @@ _pkgname=pixman pkgname=pixman-static -pkgver=0.34.0 -pkgrel=1.static2 +pkgver=0.36.0 +pkgrel=1 +pkgrel+=.static2 pkgdesc="The pixel-manipulation library for X and cairo" pkgdes+=" (static libraries)" arch=(x86_64) arch+=(i686 armv7h) -url="http://xorg.freedesktop.org" +url="https://cgit.freedesktop.org/pixman/" license=('custom') depends=("pixman=$pkgver") options=('staticlibs') -source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgname}-${pkgver}.tar.bz2) -sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5') +source=(https://xorg.freedesktop.org/releases/individual/lib/${_pkgname}-${pkgver}.tar.bz2) +sha1sums=('10d85590beee287a508a148297808a66d1ce11cd') build() { cd $_pkgname-$pkgver |