Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
libcgif


Commits:
fcc9cdbc by Robin Candau at 2024-04-04T11:57:34+02:00
upgpkg: 0.4.0-1: New upstream release
https://github.com/dloebl/cgif/releases/tag/v0.4.0

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = libcgif
+       pkgdesc = A fast and lightweight GIF encoding library
+       pkgver = 0.4.0
+       pkgrel = 1
+       url = https://github.com/dloebl/cgif
+       arch = x86_64
+       license = MIT
+       makedepends = meson
+       depends = glibc
+       source = 
libcgif-0.4.0.tar.gz::https://github.com/dloebl/cgif/archive/v0.4.0.tar.gz
+       sha256sums = 
130ff8a604f047449e81ddddf818bd0e03826b5f468e989b02726b16b7d4742e
+
+pkgname = libcgif


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[libcgif]
+source = "github"
+github = "dloebl/cgif"
+prefix = "V"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Daniel Löbl <dloebl.2...@gmail.com>
 
 pkgname=libcgif
-pkgver=0.3.2
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='A fast and lightweight GIF encoding library'
 arch=('x86_64')
@@ -10,8 +10,8 @@ url="https://github.com/dloebl/cgif";
 license=('MIT')
 depends=('glibc')
 makedepends=('meson')
-source=(https://github.com/dloebl/cgif/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0abf83b7617f4793d9ab3a4d581f4e8d7548b56a29e3f95b0505f842cbfd7f95')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('130ff8a604f047449e81ddddf818bd0e03826b5f468e989b02726b16b7d4742e')
 
 build() {
        meson build "cgif-${pkgver}" --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcgif/-/commit/fcc9cdbcd51a16e328ae33a754fb98caafd4d6a6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcgif/-/commit/fcc9cdbcd51a16e328ae33a754fb98caafd4d6a6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to