Modify upstream URL

This commit is contained in:
RealStickman 2022-10-17 14:09:29 +02:00
parent bd4927c9b8
commit 9dfdb6052f
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
pkgbase = vivictpp pkgbase = vivictpp
pkgdesc = An easy to use tool for subjective comparison of the visual quality of different encodings of the same video source. 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.3
pkgrel = 1 pkgrel = 2
url = https://github.com/svt/vivictpp url = https://github.com/vivictorg/vivictpp
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = cmake makedepends = cmake
@ -11,7 +11,7 @@ pkgbase = vivictpp
depends = ffmpeg depends = ffmpeg
provides = vivictpp provides = vivictpp
conflicts = vivictpp conflicts = vivictpp
source = https://github.com/svt/vivictpp/archive/refs/tags/v0.2.3.zip source = https://github.com/vivictorg/vivictpp/archive/refs/tags/v0.2.3.zip
sha256sums = 1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27 sha256sums = 1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27
pkgname = vivictpp pkgname = vivictpp

View File

@ -5,9 +5,9 @@ pkgdesc='An easy to use tool for subjective comparison of the visual quality of
pkgver=0.2.3 pkgver=0.2.3
# Uncomment for releases with hyphens # Uncomment for releases with hyphens
# _pkgver=$(echo "$pkgver" | tr '~' -) # _pkgver=$(echo "$pkgver" | tr '~' -)
pkgrel=1 pkgrel=2
arch=('x86_64') arch=('x86_64')
url='https://github.com/svt/vivictpp' url='https://github.com/vivictorg/vivictpp'
license=('GPL2') license=('GPL2')
depends=('sdl2_ttf' depends=('sdl2_ttf'
'ffmpeg') 'ffmpeg')
@ -15,7 +15,7 @@ makedepends=('cmake'
'meson') 'meson')
provides=("${pkgname}") provides=("${pkgname}")
conflicts=("${pkgname}") conflicts=("${pkgname}")
source=("https://github.com/svt/vivictpp/archive/refs/tags/v${pkgver}.zip") source=("https://github.com/vivictorg/vivictpp/archive/refs/tags/v${pkgver}.zip")
sha256sums=('1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27') sha256sums=('1b00feca8f2d699092ab3d8e068062d4cf081b7006801e8b1aa37ff94681cd27')
build() { build() {