[arch-commits] Commit in pixman/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Mon Apr 20 05:27:12 UTC 2020
Date: Monday, April 20, 2020 @ 05:27:09
Author: andyrtr
Revision: 380575
upgpkg: pixman 0.40.0-1: upstream update 0.40.0
Modified:
pixman/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-20 05:17:30 UTC (rev 380574)
+++ PKGBUILD 2020-04-20 05:27:09 UTC (rev 380575)
@@ -3,7 +3,7 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=pixman
-pkgver=0.38.4
+pkgver=0.40.0
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo"
arch=(x86_64)
@@ -11,8 +11,8 @@
license=('custom')
depends=('glibc')
makedepends=('meson' 'libpng')
-source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('87e1abc91ac4e5dfcc275f744f1d0ec3277ee7cd')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270')
#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
build() {
@@ -35,5 +35,3 @@
DESTDIR="$pkgdir" meson install -C build
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/COPYING
}
-
-# vim:set et sw=2:
More information about the arch-commits
mailing list