* update libcgif to 0.4.1-1
This commit is contained in:
parent
6139ec2648
commit
ac3dfafe11
13
libcgif/.SRCINFO
Normal file
13
libcgif/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = libcgif
|
||||
pkgdesc = A fast and lightweight GIF encoding library
|
||||
pkgver = 0.4.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/dloebl/cgif
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = meson
|
||||
depends = glibc
|
||||
source = libcgif-0.4.1.tar.gz::https://github.com/dloebl/cgif/archive/v0.4.1.tar.gz
|
||||
sha256sums = 8666f9c5f8123d1c22137a6dd714502a330377fb74e2007621926fe4258529d5
|
||||
|
||||
pkgname = libcgif
|
6
libcgif/.nvchecker.toml
Normal file
6
libcgif/.nvchecker.toml
Normal file
@ -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).*"
|
@ -3,7 +3,7 @@
|
||||
# Contributor: Daniel Löbl <dloebl.2000@gmail.com>
|
||||
|
||||
pkgname=libcgif
|
||||
pkgver=0.4.0
|
||||
pkgver=0.4.1
|
||||
pkgrel=1
|
||||
pkgdesc='A fast and lightweight GIF encoding library'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -12,7 +12,7 @@ license=('MIT')
|
||||
depends=('glibc')
|
||||
makedepends=('meson')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('130ff8a604f047449e81ddddf818bd0e03826b5f468e989b02726b16b7d4742e')
|
||||
sha256sums=('8666f9c5f8123d1c22137a6dd714502a330377fb74e2007621926fe4258529d5')
|
||||
|
||||
build() {
|
||||
meson build "cgif-${pkgver}" --prefix=/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user