Update to 0.2.4
This commit is contained in:
parent
9dfdb6052f
commit
c35882fa4f
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = vivictpp
|
||||
pkgdesc = An easy to use tool for subjective comparison of the visual quality of different encodings of the same video source.
|
||||
pkgver = 0.2.3
|
||||
pkgrel = 2
|
||||
pkgver = 0.2.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/vivictorg/vivictpp
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
@ -11,7 +11,7 @@ pkgbase = vivictpp
|
||||
depends = ffmpeg
|
||||
provides = vivictpp
|
||||
conflicts = vivictpp
|
||||
source = https://github.com/vivictorg/vivictpp/archive/refs/tags/v0.2.3.zip
|
||||
sha256sums = 1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27
|
||||
source = https://github.com/vivictorg/vivictpp/archive/refs/tags/v0.2.4.zip
|
||||
sha256sums = c05fdec2936c7e0b0d2c3447ffe700835abad359b6064cac60a524472b14d97c
|
||||
|
||||
pkgname = vivictpp
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,10 +2,10 @@
|
||||
|
||||
pkgname=vivictpp
|
||||
pkgdesc='An easy to use tool for subjective comparison of the visual quality of different encodings of the same video source.'
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.4
|
||||
# Uncomment for releases with hyphens
|
||||
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://github.com/vivictorg/vivictpp'
|
||||
license=('GPL2')
|
||||
@ -16,7 +16,7 @@ makedepends=('cmake'
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname}")
|
||||
source=("https://github.com/vivictorg/vivictpp/archive/refs/tags/v${pkgver}.zip")
|
||||
sha256sums=('1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27')
|
||||
sha256sums=('c05fdec2936c7e0b0d2c3447ffe700835abad359b6064cac60a524472b14d97c')
|
||||
|
||||
build() {
|
||||
meson --prefix=/usr --buildtype=plain "$srcdir/${pkgname}-${pkgver}" "builddir"
|
||||
|
Loading…
Reference in New Issue
Block a user