summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Preining2023-08-28 23:06:40 +0900
committerNorbert Preining2023-08-28 23:06:40 +0900
commit3761afa1c3a7b072da40326183543660b29cec61 (patch)
tree4e4ebf4516d6f9cdf88a727285fb2e3afa8c6c63
parent8944ed1eb93097737e059149c93b22c299c4ebf0 (diff)
downloadaur-3761afa1c3a7b072da40326183543660b29cec61.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 04b6d2658502..364cc42455ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvenc
pkgdesc = NVIDIA Video Codec based command line encoder
- pkgver = 7.30
+ pkgver = 7.31
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.30
+ source = git+https://github.com/rigaya/NVEnc.git#tag=7.31
source = git+https://github.com/tplgy/cppcodec.git
source = ldflags-adjustments.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d5d614dbc025..602c884a17bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Norbert Preining <norbert@preining.info>
_UpstreamPkgName=NVEnc
pkgname=${_UpstreamPkgName,,}
-pkgver=7.30
+pkgver=7.31
pkgrel=1
pkgdesc="NVIDIA Video Codec based command line encoder"
arch=('x86_64')