[arch-commits] Commit in sdl2_image/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 5 13:38:56 UTC 2018


    Date: Monday, March 5, 2018 @ 13:38:56
  Author: svenstaro
Revision: 317844

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_image/repos/extra-x86_64/PKGBUILD
    (from rev 317843, sdl2_image/trunk/PKGBUILD)
Deleted:
  sdl2_image/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-05 13:38:51 UTC (rev 317843)
+++ PKGBUILD	2018-03-05 13:38:56 UTC (rev 317844)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=sdl2_image
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org/projects/SDL_image"
-license=('MIT')
-depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
-makedepends=('cmake')
-source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz")
-sha512sums=('468f1a5aaee0b6920adb80df21aaaa41bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724')
-
-build() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_image-${pkgver}/"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_image/repos/extra-x86_64/PKGBUILD (from rev 317843, sdl2_image/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-05 13:38:56 UTC (rev 317844)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=sdl2_image
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org/projects/SDL_image"
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+source=("https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${pkgver}.tar.gz")
+sha512sums=('869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a')
+
+build() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_image-${pkgver}/"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list