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

Jan Steffens heftig at archlinux.org
Sun Aug 25 21:02:23 UTC 2019


    Date: Sunday, August 25, 2019 @ 21:02:23
  Author: heftig
Revision: 361185

2.0.26-4: https URL

Modified:
  sdl_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 20:59:37 UTC (rev 361184)
+++ PKGBUILD	2019-08-25 21:02:23 UTC (rev 361185)
@@ -4,13 +4,13 @@
 
 pkgname=sdl_gfx
 pkgver=2.0.26
-pkgrel=3
+pkgrel=4
 pkgdesc="SDL graphics drawing primitives and other support functions"
-url="http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
+url="https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/"
 arch=(x86_64)
 license=(LGPL)
 depends=(sdl)
-source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
+source=(https://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 sha256sums=('7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446')
 
 prepare() {
@@ -23,8 +23,7 @@
 
 build() {
   cd SDL_gfx-$pkgver
-  ./configure --prefix=/usr \
-    $([[ $CARCH == x86_64 ]] && echo --disable-mmx)
+  ./configure --prefix=/usr --disable-mmx
   make
 }
 



More information about the arch-commits mailing list