summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorudf2019-08-17 22:38:41 +0200
committerudf2019-08-17 22:59:27 +0200
commita862e4c0448db25e9fce36d00636db86f504f423 (patch)
treeff8a1e5154e153e5de7106c8f1c87e1aef17b5ed /PKGBUILD
parent5d3ab760fdc598adc08e04c24382a19dd0942af7 (diff)
downloadaur-a862e4c0448db25e9fce36d00636db86f504f423.tar.gz
Add search_by_any_user.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ae691aa001f..43b33d05dbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,7 @@ source=(
"always_delete_for_everyone.patch"
"always_pin_without_notify.patch"
"always_send_as_photo_or_album.patch"
+ "search_by_any_user.patch"
)
sha512sums=(
'SKIP'
@@ -67,6 +68,7 @@ sha512sums=(
'31ed454cbfe5811dedfac516e1c55cd6a2ea69fedb5e09035c04ed1b9647270eafdee1501494ecd948b6baa7a38dbf0747ba686dc89f31804589a39470793ac2'
'b4eeeb4b2801f3edcc7423f28403b1dfabd3f3869425e4f102a2a4554bde93e63bd73d2d4dbf3e5748ce831b570e441d3917f532fc5cceac1ee5e8fd0832cb30'
'650a2a2568cacd2775979614c06c90a4c505207246eb229bbf4fccd8e9fc2540093eaa5bd748e3801c1e1b43beb89b19674c27c5f400d451475b0ee068b04ca2'
+ 'b6527b9d71de1a7688071418778a6935a38e65718d96ea750a8a6c1430220279b0e2b4e0eec148e4a82623dff5e334d98f808b042cf6e9c51ec4afc221419fe2'
)
prepare() {
@@ -92,6 +94,7 @@ prepare() {
patch -Np1 -i "$srcdir/always_delete_for_everyone.patch"
patch -Np1 -i "$srcdir/always_pin_without_notify.patch"
patch -Np1 -i "$srcdir/always_send_as_photo_or_album.patch"
+ patch -Np1 -i "$srcdir/search_by_any_user.patch"
# disable static-qt for rlottie
sed "/RLOTTIE_WITH_STATIC_QT/d" -i "$srcdir/tdesktop/Telegram/gyp/lib_rlottie.gyp"