summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaime Martínez Rincón2021-04-15 20:15:16 +0200
committerJaime Martínez Rincón2021-04-15 20:15:16 +0200
commit7bbd49491143b2ca34b703185a714148e30b5efd (patch)
tree8a4732f9ed9b376e99d61174d6fd84cb4e137b3a /PKGBUILD
parentcb1e1fa1c3c5f6500cf81e086a3d10f7217f183d (diff)
downloadaur-7bbd49491143b2ca34b703185a714148e30b5efd.tar.gz
fix patch line endings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 145ec1b05ed6..9db4087a9085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jaime Martínez Rincón <jaime@jamezrin.name>
pkgname=notion-app
pkgver=2.0.16
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=("Notion-"${pkgver}".exe::https://desktop-release.notion-static.com/Notio
'exit-after-windows-closed.patch')
md5sums=('9f72284086cda3977f7f569dff3974d5'
'257f3106e5d9364ef2df557a656cd8e7'
- 'bb102781b27f4871b24d533efb97debf')
+ 'aaa50ed0208c4d6d31f553fd3bd46b1c')
build() {
msg "Extracting app from Windows build..."
7z x -y "${srcdir}/Notion-"${pkgver}".exe" -o"${srcdir}/extracted-exe" >/dev/null
@@ -30,7 +30,7 @@ build() {
cd "${srcdir}/package-rebuild"
msg "Patching original sources for fixes..."
- patch -p1 < "${srcdir}/exit-after-windows-closed.patch"
+ patch -p1 --binary --ignore-whitespace < "${srcdir}/exit-after-windows-closed.patch"
msg "Recreating package node_modules..."
rm -r node_modules