summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bae9cc3baaa..b38e70b7aa67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=p2
pkgname=${_pkgname}-git
pkgver=r31.57da406
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="An XEP-0357: Push Notifications app server that relays push messages between the user’s server and Googles Firebase Cloud Messaging"
arch=('any')
@@ -83,6 +83,8 @@ build() {
exit 1
fi
+ sed -i '/Conscrypt/d' src/main/java/eu/siacs/p2/P2.java
+
mvn package
}