summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2024-05-01 23:06:12 +0900
committerNorbert Preining2024-05-01 23:06:12 +0900
commit0fdbccd4ffe24ee85f7c8829e9076a0d7730f08a (patch)
tree813200b27995bcca5d7bc097bda783cc8b8959f8
parentedbf094c5bed28705779c21ff69f343c85e4b2e7 (diff)
downloadaur-0fdbccd4ffe24ee85f7c8829e9076a0d7730f08a.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 85f9a1973bba..e32995a237d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvenc
pkgdesc = NVIDIA Video Codec based command line encoder
- pkgver = 7.50
+ pkgver = 7.51
pkgrel = 1
url = https://github.com/rigaya/NVEnc
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = nvenc
depends = ffmpeg
depends = libass
depends = vapoursynth
- source = git+https://github.com/rigaya/NVEnc.git#tag=7.50
+ source = git+https://github.com/rigaya/NVEnc.git#tag=7.51
source = git+https://github.com/tplgy/cppcodec.git
source = ldflags-adjustments.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ffc1e72e713b..0902f9b31d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Norbert Preining <norbert@preining.info>
_UpstreamPkgName=NVEnc
pkgname=${_UpstreamPkgName,,}
-pkgver=7.50
+pkgver=7.51
pkgrel=1
pkgdesc="NVIDIA Video Codec based command line encoder"
arch=('x86_64')