mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 12:57:44 +08:00
libxpm 3.5.12 fix #24
This commit is contained in:
parent
93043b1fde
commit
f511d33fed
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user