From f511d33fed1e42cc1dfc73f67a23ac9bf7c62a64 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Sun, 4 Feb 2018 20:28:28 +0100 Subject: [PATCH] libxpm 3.5.12 fix #24 --- libxpm/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libxpm/PKGBUILD b/libxpm/PKGBUILD index 9b6de001a..9ae8bcc67 100644 --- a/libxpm/PKGBUILD +++ b/libxpm/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Neophytos Kolokotronis pkgname=libxpm -pkgver=3.5.11 +pkgver=3.5.12 pkgrel=1 pkgdesc="X11 pixmap library" arch=(x86_64) @@ -10,9 +10,8 @@ license=('custom') url="http://xorg.freedesktop.org/" depends=('libxt' 'libxext') makedepends=('xorg-util-macros') -options=('!libtool') source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2) -sha1sums=('77b95dd1c8cd9bc00b3b834b53d824409202acbb') +sha1sums=('4e22fefe61714209539b08051b5287bcd9ecfd04') build() { cd "${srcdir}/libXpm-${pkgver}"