summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-01-23 21:38:53 +0100
committerFabioLolix2023-01-23 21:38:53 +0100
commitb7a1dc91be3cd0340766fa4faa323c4ae69c0455 (patch)
tree663ceb99f99c7658ef733db797afda5cb6a61629
parent08665a8f1a7a4b00850b14f55f5f6b26fd17c42b (diff)
downloadaur-b7a1dc91be3cd0340766fa4faa323c4ae69c0455.tar.gz
v1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f6279b7a67..6fe87c59f860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = handbrake-full
pkgdesc = Multithreaded video transcoder. Enabled: x265, nvenc, fdk-aac, qsv, vce, numa, hardened
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://handbrake.fr/
arch = i686
@@ -48,8 +48,7 @@ pkgbase = handbrake-full
noextract = x265-snapshot-20221130-12747.tar.gz
noextract = zimg-3.0.4.tar.gz
options = !lto
- source = handbrake::git+https://github.com/HandBrake/HandBrake.git#tag=1.6.0
- source = https://raw.githubusercontent.com/archlinux/svntogit-community/d65d0ed4c75198d5ace79e424d4e81bb7a694426/trunk/fix-build-with-Werror-format-security.patch
+ source = handbrake::git+https://github.com/HandBrake/HandBrake.git#tag=1.6.1
source = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/AMF-1.4.24.tar.gz
source = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/dav1d-1.0.0.tar.bz2
source = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/fdk-aac-2.0.2.tar.gz
@@ -65,7 +64,6 @@ pkgbase = handbrake-full
source = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x265-snapshot-20221130-12747.tar.gz
source = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/zimg-3.0.4.tar.gz
sha256sums = SKIP
- sha256sums = 9e46ab5c9539bd0910780f38131097c4e3871acde70c89a92abfc8edc9ec2c21
sha256sums = 07d325da97a5a3cb58d83c54b2ce1148dc84dc9bb3971b0c30ff4cc16e159194
sha256sums = 4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
sha256sums = 7812b4f0cf66acda0d0fe4302545339517e702af7674dd04e5fe22a5ade16a90
diff --git a/PKGBUILD b/PKGBUILD
index 8fcbe358767d..e1ba19285572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,13 @@
pkgbase=handbrake-full
pkgname=(handbrake-full handbrake-full-cli)
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Multithreaded video transcoder. Enabled: x265, nvenc, fdk-aac, qsv, vce, numa, hardened"
arch=(i686 x86_64)
url="https://handbrake.fr/"
license=(GPL)
source=("${pkgbase%-full}::git+https://github.com/HandBrake/HandBrake.git#tag=${pkgver}"
- "https://raw.githubusercontent.com/archlinux/svntogit-community/d65d0ed4c75198d5ace79e424d4e81bb7a694426/trunk/fix-build-with-Werror-format-security.patch"
'https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/AMF-1.4.24.tar.gz'
'https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/dav1d-1.0.0.tar.bz2'
'https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/fdk-aac-2.0.2.tar.gz'
@@ -41,7 +40,6 @@ optdepends=('libdvdcss: for decoding encrypted DVDs'
'intel-media-sdk: for enabling Intel QSV'
'nvidia-utils: for enabling Nvidia nvenc')
sha256sums=('SKIP'
- '9e46ab5c9539bd0910780f38131097c4e3871acde70c89a92abfc8edc9ec2c21'
'07d325da97a5a3cb58d83c54b2ce1148dc84dc9bb3971b0c30ff4cc16e159194'
'4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f'
'7812b4f0cf66acda0d0fe4302545339517e702af7674dd04e5fe22a5ade16a90'
@@ -81,8 +79,6 @@ prepare() {
for _tarball in ${noextract[@]}; do
cp ../${_tarball} download/
done
-
- patch -Np1 -i ../fix-build-with-Werror-format-security.patch
}
build() {