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

Antonio Rojas arojas at archlinux.org
Sun Jan 21 18:18:37 UTC 2018


    Date: Sunday, January 21, 2018 @ 18:18:35
  Author: arojas
Revision: 315198

archrelease: copy trunk to extra-x86_64

Added:
  gifsicle/repos/extra-x86_64/PKGBUILD
    (from rev 315197, gifsicle/trunk/PKGBUILD)
Deleted:
  gifsicle/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 18:18:03 UTC (rev 315197)
+++ PKGBUILD	2018-01-21 18:18:35 UTC (rev 315198)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gifsicle
-pkgver=1.88
-pkgrel=1
-pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/gifsicle/"
-license=('GPL')
-depends=('libx11')
-source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('04c3103368cbe3d7bc8e00ec7ffe9c56b487f9de')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gifsicle/repos/extra-x86_64/PKGBUILD (from rev 315197, gifsicle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-21 18:18:35 UTC (rev 315198)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gifsicle
+pkgver=1.91
+pkgrel=1
+pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
+arch=('x86_64')
+url="http://www.lcdf.org/gifsicle/"
+license=('GPL')
+depends=('libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('3436caa159789334423f224426926259cae4c216')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list