[arch-commits] Commit in libcgif/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jan 4 11:43:27 UTC 2022
Date: Tuesday, January 4, 2022 @ 11:43:27
Author: arojas
Revision: 1092883
Update to 0.1.0
Modified:
libcgif/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-04 11:06:30 UTC (rev 1092882)
+++ PKGBUILD 2022-01-04 11:43:27 UTC (rev 1092883)
@@ -2,8 +2,8 @@
# Contributor: Daniel Löbl <dloebl.2000 at gmail.com>
pkgname=libcgif
-pkgver=0.0.4
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
pkgdesc='A fast and lightweight GIF encoding library'
arch=(x86_64)
url='https://github.com/dloebl/cgif'
@@ -11,7 +11,7 @@
depends=(glibc)
makedepends=(meson)
source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('44928be23dee6c57f98516813926e02c7edf84dde9dc06931c5513b5d3847936')
+sha256sums=('fc7a79d79c7325cd3ef2093fece064e688bbc0bc309c1a5feae3e62446bbd088')
build() {
meson build cgif-$pkgver \
More information about the arch-commits
mailing list