libxpm 3.5.12 fix #24

This commit is contained in:
AlmAck 2018-02-04 20:28:28 +01:00
parent 93043b1fde
commit f511d33fed

View File

@ -2,7 +2,7 @@
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
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}"