[arch-commits] Commit in gd/trunk (PKGBUILD)

Pierre Schmitz pierre at gemini.archlinux.org
Sun Sep 12 17:54:40 UTC 2021


    Date: Sunday, September 12, 2021 @ 17:54:39
  Author: pierre
Revision: 423948

upgpkg: gd 2.3.3-1

Modified:
  gd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 16:28:32 UTC (rev 423947)
+++ PKGBUILD	2021-09-12 17:54:39 UTC (rev 423948)
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 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/"
@@ -11,7 +11,7 @@
 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}
@@ -26,7 +26,7 @@
 check() {
   cd libgd-${pkgname}-${pkgver}
 
-  make check
+  TMP=$(mktemp -d) make check
 }
 
 package() {



More information about the arch-commits mailing list