summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjikstra2019-09-01 01:23:01 +0200
committerjikstra2019-09-01 01:23:01 +0200
commitab003b060ac9b240059cfed98a25e387a94f9757 (patch)
tree8af106ff307cc00a27e57d1bade2e2e4961f4282 /PKGBUILD
parent38046cf3c738abf9bb3a2943ebd122873fc58149 (diff)
downloadaur-ab003b060ac9b240059cfed98a25e387a94f9757.tar.gz
Update srcinfo, don't depend on rpgp-git anymore, let cargo do this. Thanks to @Vistaus for reporting this error.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 233f703ba742..cb4ec2df8b8f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jikstra <jikstra@disroot.org>
pkgname=deltachat-desktop-git
-pkgver=v0.102.0.dev.rpgp.r122.g0e3f738
+pkgver=v0.105.0.pre2.r235.g7424ae5
pkgrel=1
pkgdesc="A privacy oriented chat application built on e-mail"
arch=("any")
url="https://github.com/deltachat/deltachat-desktop"
license=("GPL")
-depends=('nodejs>=11.14.0-1' 'openssl>=1.0' 'sqlite' 'libsasl' 'zlib' 'bzip2' 'rpgp-git')
+depends=('nodejs>=11.14.0-1' 'openssl>=1.0' 'sqlite' 'libsasl' 'zlib' 'bzip2')
makedepends=('npm' 'git' 'meson' 'ninja')
source=(
"deltachat-desktop-git::git://github.com/deltachat/deltachat-desktop.git"