summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2020-12-25 16:11:58 +0100
committertercean2020-12-25 16:11:58 +0100
commit78f8bff1b2bdd7deb4ed15912c5815df4161d7c8 (patch)
treeee0504ead521ecb3b807ebaec7566d30526971f4
parent9088f3ae6e335cee846f0634b4dd12c818380dfc (diff)
downloadaur-78f8bff1b2bdd7deb4ed15912c5815df4161d7c8.tar.gz
fix broken patch
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rw-r--r--remove_git_submodule.patch6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e625b095179..5dd311dd3a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deltachat-desktop
pkgdesc = A privacy oriented chat application built on e-mail
pkgver = 1.14.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/deltachat/deltachat-desktop
arch = any
license = GPL
@@ -22,7 +22,7 @@ pkgbase = deltachat-desktop
sha256sums = 39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1
sha256sums = 5e20ea657599390e317523ae17b17aba0d26c59474a7f80282af5f2668002f59
sha256sums = cddac0c94d78d8265a57064504890f9056a117eaca20054e2893aac83bd53473
- sha256sums = 3e7e985829dac7b91b1d0e1f148feb69f2ce6fec5266b9892880ce00f59a22da
+ sha256sums = 95371069306c94785802ee1c4fe2cd6a2acb89e9ae085011c3075f73c967db14
pkgname = deltachat-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 974c0f2b92c2..50c64ce464b3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: tercean <cg@zknt.org>
pkgname=deltachat-desktop
pkgver=1.14.1
-pkgrel=4
+pkgrel=5
pkgdesc="A privacy oriented chat application built on e-mail"
arch=("any")
url="https://github.com/deltachat/deltachat-desktop"
@@ -23,7 +23,7 @@ sha256sums=('ea2ef8d50cf02e68a1acf6f3b3f2b18092f715092ea67e42e68dc7b60b6720b6'
'39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1'
'5e20ea657599390e317523ae17b17aba0d26c59474a7f80282af5f2668002f59'
'cddac0c94d78d8265a57064504890f9056a117eaca20054e2893aac83bd53473'
- '3e7e985829dac7b91b1d0e1f148feb69f2ce6fec5266b9892880ce00f59a22da')
+ '95371069306c94785802ee1c4fe2cd6a2acb89e9ae085011c3075f73c967db14')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/remove_git_submodule.patch b/remove_git_submodule.patch
index 051bde5492bc..5b69fc3bc3cf 100644
--- a/remove_git_submodule.patch
+++ b/remove_git_submodule.patch
@@ -1,12 +1,12 @@
diff --unified --recursive --text orig/package.json patched/package.json
---- orig/package.json 2020-07-31 21:46:01.000000000 +0200
-+++ patched/package.json 2020-08-04 20:30:00.188436997 +0200
+--- orig/package.json 2020-12-15 22:44:24.000000000 +0100
++++ patched/package.json 2020-12-25 16:07:45.746047461 +0100
@@ -4,8 +4,6 @@
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
- "install": "npm run install:submodules",
- "install:submodules": "git submodule update --recursive --init",
- "test": "npm run check-formatting && npm run test-log-conventions && npm run test-unit",
+ "test": "npm run lint && npm run check-formatting && npm run test-log-conventions && npm run test-unit",
"test-log-conventions": "node ./bin/log-conventions",
"test-unit": "node test/unit",