diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-09 02:55:01 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-09 02:55:01 +0100 |
commit | 3762b7c19887c9a8648e18bdd758f9ef0aec80b3 (patch) | |
tree | d38da4ef45d915d8e62607687567dfd1dc881ed0 /libre/pixman-static | |
parent | f53dd60b8852f5d5d3bebcd4a1191e16c3beb82e (diff) | |
download | abslibre-3762b7c19887c9a8648e18bdd758f9ef0aec80b3.tar.gz abslibre-3762b7c19887c9a8648e18bdd758f9ef0aec80b3.tar.bz2 abslibre-3762b7c19887c9a8648e18bdd758f9ef0aec80b3.zip |
libre/pixman-static: updated to 0.36.0
Diffstat (limited to 'libre/pixman-static')
-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 |