Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
gifsicle
Commits:
171951e1 by Daniel Bermond at 2026-03-05T09:47:29-03:00
Update dependencies
- - - - -
fd66af38 by Daniel Bermond at 2026-03-05T09:49:47-03:00
upgpkg: 1.96-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = gifsicle
pkgdesc = Command-line tool for creating, editing, and getting
information about GIF images and animations
- pkgver = 1.95
+ pkgver = 1.96
pkgrel = 1
url = https://www.lcdf.org/gifsicle/
arch = x86_64
license = GPL-2.0-only
+ depends = glibc
depends = libx11
- source = https://www.lcdf.org/gifsicle/gifsicle-1.95.tar.gz
- sha256sums =
b2711647009fd2a13130f3be160532ed46538e762bfc0f020dea50618a7dc950
+ source = https://www.lcdf.org/gifsicle/gifsicle-1.96.tar.gz
+ sha256sums =
fd23d279681a6dfe3c15264e33f344045b3ba473da4d19f49e67a50994b077fb
pkgname = gifsicle
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,17 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=gifsicle
-pkgver=1.95
+pkgver=1.96
pkgrel=1
pkgdesc='Command-line tool for creating, editing, and getting information
about GIF images and animations'
arch=('x86_64')
url='https://www.lcdf.org/gifsicle/'
license=('GPL-2.0-only')
-depends=('libx11')
+depends=(
+ 'glibc'
+ 'libx11')
source=("https://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('b2711647009fd2a13130f3be160532ed46538e762bfc0f020dea50618a7dc950')
+sha256sums=('fd23d279681a6dfe3c15264e33f344045b3ba473da4d19f49e67a50994b077fb')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gifsicle/-/compare/2cc7ef4185c842abdffba6bb433376237982d941...fd66af38f9e6ac4e60d17b9085dc496ea2c9e9dd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gifsicle/-/compare/2cc7ef4185c842abdffba6bb433376237982d941...fd66af38f9e6ac4e60d17b9085dc496ea2c9e9dd
You're receiving this email because of your account on gitlab.archlinux.org.