mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gd to 2.3.3-1
This commit is contained in:
parent
aee4e92637
commit
c8cf9b488e
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
# - drop depend on libavif so v5 can build
|
||||
|
||||
pkgname=gd
|
||||
pkgver=2.3.2
|
||||
pkgrel=4
|
||||
pkgver=2.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="Library for the dynamic creation of images by programmers"
|
||||
arch=('x86_64')
|
||||
url="https://libgd.github.io/"
|
||||
|
@ -14,7 +14,7 @@ depends=('fontconfig' 'libxpm' 'libwebp' 'libheif')
|
|||
optdepends=('perl: bdftogd script')
|
||||
checkdepends=('ttf-liberation')
|
||||
source=("https://github.com/libgd/libgd/archive/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('dcc22244d775f469bee21dce1ea42552adbb72ba0cc423f9fa6a64601b3a1893')
|
||||
sha256sums=('24429f9d0dbe0f865aaa4b1a63558242396ba9134e6cfd32ca5e486a84483350')
|
||||
|
||||
build() {
|
||||
cd libgd-${pkgname}-${pkgver}
|
||||
|
@ -29,7 +29,7 @@ build() {
|
|||
check() {
|
||||
cd libgd-${pkgname}-${pkgver}
|
||||
|
||||
make check
|
||||
TMP=$(mktemp -d) make check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue