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

Jan Steffens heftig at archlinux.org
Thu Mar 30 21:04:04 UTC 2017


    Date: Thursday, March 30, 2017 @ 21:04:04
  Author: heftig
Revision: 291911

1.2.12-4

Modified:
  sdl_image/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 20:59:20 UTC (rev 291910)
+++ PKGBUILD	2017-03-30 21:04:04 UTC (rev 291911)
@@ -5,14 +5,14 @@
 
 pkgname=sdl_image
 pkgver=1.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-url="http://www.libsdl.org/projects/SDL_image/"
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
-md5sums=('a0f9098ebe5400f0bdc9b62e60797ecb')
+url="https://www.libsdl.org/projects/SDL_image/"
+arch=(i686 x86_64)
+license=(custom)
+depends=('sdl>=1.2.13' libpng 'libjpeg>=7' libtiff zlib)
+source=(https://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699')
 
 build() {
   cd SDL_image-$pkgver
@@ -23,6 +23,5 @@
 package() {
   cd SDL_image-$pkgver
   make DESTDIR="$pkgdir" install
-
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list