summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-07-08 16:23:41 -0500
committerAaron J. Graves2019-07-08 16:23:41 -0500
commitcb049515221f08e3c44007d65712cd2fdf66df28 (patch)
tree9344b1c4070d6af326c14c7e0b0b60aafffdce8d
parent1bad586cfdfc840e4b1da3c552039fc67fe497a4 (diff)
downloadaur-cb049515221f08e3c44007d65712cd2fdf66df28.tar.gz
Fixed invalid checksum. Sorry about that.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bbb91a645d..65016bcd43df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
pkgver = 0.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://criptext.com/
install = criptext-bin.install
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = criptext-bin
noextract = Criptext-0.18.0.AppImage
options = !strip
source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.18.0.AppImage
- sha512sums = bb7803b890dce6956e6b6750a9b303d23f75fd0b2778d1928f9cf876a91750233918c97a7045787e8c1ad6a242813779fe0b00db0201f35ff6bc51829ff5b70c
+ sha512sums = 9a1e5cfaa52c62fee177c1aded9defd77a6926a24f40100f52d1c1d4f6402bb9864ef8b402416847a5889b652c52bfdaeebc817f236a495e39b08b95f0805177
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8ac28069e55d..0b3dc3e7e0bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
pkgver=0.18.0
-pkgrel=1
+pkgrel=2
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
url='https://criptext.com/'
@@ -13,7 +13,7 @@ _destimage="Criptext-latest.AppImage"
_srcimage="Criptext-${pkgver}.AppImage"
source=("https://cdn.criptext.com/Criptext-Email-Desktop/linux/${_srcimage}")
noextract=("${_srcimage}")
-sha512sums=('bb7803b890dce6956e6b6750a9b303d23f75fd0b2778d1928f9cf876a91750233918c97a7045787e8c1ad6a242813779fe0b00db0201f35ff6bc51829ff5b70c')
+sha512sums=('9a1e5cfaa52c62fee177c1aded9defd77a6926a24f40100f52d1c1d4f6402bb9864ef8b402416847a5889b652c52bfdaeebc817f236a495e39b08b95f0805177')
install="${pkgname}.install"
package() {