summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-04-17 09:51:03 +0800
committerzxp198210052023-04-17 09:51:03 +0800
commit01979cf9fcad17b7bba8908c2a986bdd91b68a95 (patch)
tree902f6d002fde8f12019659164f6bbb2c0e66174a
parentd9f7f0f46435f907728115b3f481c113a55bdebf (diff)
downloadaur-01979cf9fcad17b7bba8908c2a986bdd91b68a95.tar.gz
update to 1.36.2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1843d3f52671..a8d155e041fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = deltachat-desktop-appimage
depends = hicolor-icon-theme
depends = zlib
depends = glibc
+ provides = deltachat
source = deltachat-desktop-1.36.2.AppImage::https://github.com/deltachat/deltachat-desktop/releases/download/v1.36.2/DeltaChat-1.36.2.AppImage
sha256sums = d2051db5d4bf91f3765e3274dfdca64bd22a59a11e19a2d03553a210fb7a43f6
diff --git a/PKGBUILD b/PKGBUILD
index 0cff5cdeb7dc..8fc66b2cf4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Email-based instant messaging for Desktop."
arch=('x86_64')
url="https://github.com/deltachat/deltachat-desktop"
license=('GPL3')
-providers=(deltachat)
+provides=(deltachat)
conflits=("${pkgname%-appimage}")
depends=(hicolor-icon-theme zlib glibc)
source=("${pkgname%-appimage}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/DeltaChat-${pkgver}.AppImage")