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

Antonio Rojas arojas at archlinux.org
Sun Apr 21 11:56:28 UTC 2019


    Date: Sunday, April 21, 2019 @ 11:56:27
  Author: arojas
Revision: 351848

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-21 11:55:51 UTC (rev 351847)
+++ PKGBUILD	2019-04-21 11:56:27 UTC (rev 351848)
@@ -1,24 +0,0 @@
-# $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
-}

Copied: gifsicle/repos/extra-x86_64/PKGBUILD (from rev 351847, gifsicle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-21 11:56:27 UTC (rev 351848)
@@ -0,0 +1,23 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gifsicle
+pkgver=1.92
+pkgrel=1
+pkgdesc="A powerful command-line program for creating, editing, manipulating and getting information about GIF images and animations"
+arch=('x86_64')
+url="https://www.lcdf.org/gifsicle/"
+license=('GPL')
+depends=('libx11')
+source=(https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('c2dfca098ce67f22bca5e555cda9b54e8b95c816')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list