summaryrefslogtreecommitdiffstats
path: root/update-patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-patches.sh')
-rwxr-xr-xupdate-patches.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/update-patches.sh b/update-patches.sh
new file mode 100755
index 0000000..910b60e
--- /dev/null
+++ b/update-patches.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+mkdir tmp
+mv wayland-egl.patch tmp
+
+rm *.patch
+git clone https://github.com/archlinux/svntogit-packages.git --branch packages/chromium --single-branch chr
+mv chr/trunk/*.patch .
+rm -rf chr
+
+mv tmp/* .
+rmdir tmp