Skip to content

Commit

Permalink
addpatch: libultrahdr 1.1.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid authored and felixonmars committed Sep 16, 2024
1 parent 5647b99 commit 786751a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libultrahdr/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git PKGBUILD PKGBUILD
index 4203cc7..e310611 100644
--- PKGBUILD
+++ PKGBUILD
@@ -25,3 +25,10 @@
package() {
DESTDIR="$pkgdir" cmake --install build
}
+
+source+=(libultrahdr-riscv64.patch::https://github.com/google/libultrahdr/pull/273.diff)
+sha256sums+=('66e8aa251e812bec660845193497e6fbf635e9b95313ab5040798c82f024b293')
+
+prepare() {
+ patch -d $pkgname -Np1 -i ../libultrahdr-riscv64.patch
+}

0 comments on commit 786751a

Please sign in to comment.