summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2023-03-05 00:39:43 +0900
committerNorbert Preining2023-03-05 00:39:43 +0900
commit7996ee020a6e1b97d7d0541a64a2d113a86fbb4b (patch)
tree885d2a74aaddf6fba795c15db63494f7717788f7
parent33a065dc47101d54b8a64586557c962181ae93ed (diff)
downloadaur-7996ee020a6e1b97d7d0541a64a2d113a86fbb4b.tar.gz
New upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26d70aeb9b7..a0f87fdb8a93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvenc
pkgdesc = NVIDIA Video Codec based command line encoder
- pkgver = 7.19
+ pkgver = 7.20
pkgrel = 1
url = https://github.com/rigaya/NVEnc
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = nvenc
depends = ffmpeg
depends = libass
depends = vapoursynth
- source = git+https://github.com/rigaya/NVEnc.git#tag=7.19
+ source = git+https://github.com/rigaya/NVEnc.git#tag=7.20
source = git+https://github.com/tplgy/cppcodec.git
source = ldflags-adjustments.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f14106865a7a..17030a24ec85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Norbert Preining <norbert@preining.info>
_UpstreamPkgName=NVEnc
pkgname=${_UpstreamPkgName,,}
-pkgver=7.19
+pkgver=7.20
pkgrel=1
pkgdesc="NVIDIA Video Codec based command line encoder"
arch=('x86_64')