1
0
Fork 0

Add files via upload

This commit is contained in:
MGislv 2021-10-14 15:13:47 +00:00 committed by GitHub
parent 0558798b75
commit 66a1236c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
_name=mozjpeg
pkgname=mozjpeg-git
pkgver=v4.0.3.r197.g512a7c3a
pkgver=4.0.3.r198.g5552483d
pkgrel=1
pkgdesc="Improved JPEG encoder"
url="https://github.com/mozilla/mozjpeg"
@ -16,7 +16,7 @@ sha512sums=('SKIP')
pkgver() {
cd "${_name}"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {