Date: Wednesday, April 27, 2022 @ 20:18:56 Author: arojas Revision: 1191303
Update to 0.3.0 Modified: libcgif/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-27 20:16:59 UTC (rev 1191302) +++ PKGBUILD 2022-04-27 20:18:56 UTC (rev 1191303) @@ -2,7 +2,7 @@ # Contributor: Daniel Löbl <[email protected]> pkgname=libcgif -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=1 pkgdesc='A fast and lightweight GIF encoding library' arch=(x86_64) @@ -11,7 +11,7 @@ depends=(glibc) makedepends=(meson) source=(https://github.com/dloebl/cgif/archive/V$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('ffe60dc57c333ef891c862ed52ff12e7461c28955c5203ecbedf526fc75d3124') +sha256sums=('c4f70bbae4c6afee3a524e65be31ae495201fd26687cb8429d7aded8be96306a') build() { meson build cgif-$pkgver \
