summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjikstra2022-03-29 15:45:20 +0200
committerjikstra2022-03-29 15:45:20 +0200
commit9c763826db2d649b01c2c8e576dc1b3d93fd2312 (patch)
tree1da97b6cf5c46c2dcd9fa225b72b56575dced81f /PKGBUILD
parentbedf80b98fd67a9e13aeb665d732ccec4cd75728 (diff)
downloadaur-9c763826db2d649b01c2c8e576dc1b3d93fd2312.tar.gz
Fix git source (somehow git:// protocol stopped working on github?) and
update SRCINFO
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89974c7dc661..f2f38aac3306 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jikstra <jikstra@disroot.org>
pkgname=deltachat-desktop-git
-pkgver=v1.20.2.r0.g0c548cbd
+pkgver=v1.28.0.r7.g098e20e1
pkgrel=1
pkgdesc="A privacy oriented chat application built on e-mail"
arch=("any")
@@ -9,7 +9,7 @@ license=("GPL")
depends=('electron')
makedepends=('npm' 'nodejs' 'git' 'rustup' 'python')
source=(
- "deltachat-desktop-git::git://github.com/deltachat/deltachat-desktop.git"
+ "deltachat-desktop-git::git+ssh://git@github.com/deltachat/deltachat-desktop.git"
"deltachat-desktop.desktop"
"deltachat-desktop.sh"
)