summaryrefslogtreecommitdiffstats
path: root/update-patches.sh
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-09-12 19:24:32 -0500
committerJustKidding <jk@vin.ovh>2022-09-12 20:07:25 -0500
commit4fafc7063d0330521e1274e8bde707ee08ef7b46 (patch)
treee713bc4f2aee3abddec0a167c56105d8762a6ad0 /update-patches.sh
parent6b9c35de902c59d4a8c47dc8857b28911e86e3e3 (diff)
downloadungoogled-chromium-4fafc7063d0330521e1274e8bde707ee08ef7b46.tar.gz
ungoogled-chromium-4fafc7063d0330521e1274e8bde707ee08ef7b46.tar.bz2
ungoogled-chromium-4fafc7063d0330521e1274e8bde707ee08ef7b46.zip
upgpkg: ungoogled-chromium 105.0.5195.102-3
enable hevc decoding
Diffstat (limited to 'update-patches.sh')
-rwxr-xr-xupdate-patches.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-patches.sh b/update-patches.sh
index 6e91587..5882faf 100755
--- a/update-patches.sh
+++ b/update-patches.sh
@@ -1,12 +1,13 @@
#!/bin/bash
mkdir tmp
-mv ozone-add-va-api-support-to-wayland.patch tmp
+mv ozone-add-va-api-support-to-wayland.patch remove-main-main10-profile-limit.patch tmp
rm *.patch
git clone https://github.com/archlinux/svntogit-packages.git --branch packages/chromium --single-branch chr
mv chr/trunk/*.patch .
nvim -d PKGBUILD chr/trunk/PKGBUILD
+makepkg --printsrcinfo > .SRCINFO
rm -rf chr
mv tmp/* .