summaryrefslogtreecommitdiff
path: root/extra/evolution-data-server/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/evolution-data-server/PKGBUILD')
-rw-r--r--extra/evolution-data-server/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD
new file mode 100644
index 00000000..e0bb26cf
--- /dev/null
+++ b/extra/evolution-data-server/PKGBUILD
@@ -0,0 +1,8 @@
+# FS#55136
+source+=('unicode.patch')
+sha256sums+=('c2c10f00409482270df1a8ac0f681fa9da38732150a8d6e5edddef797f97bcb0')
+
+prepare() {
+ cd $pkgname
+ patch -p1 -i "$srcdir/unicode.patch"
+}