summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2021-09-10 12:38:37 -0500
committerAaron J. Graves2021-09-10 12:38:37 -0500
commit3032b7f180ac44716a3337500a91fcbc43470180 (patch)
tree92c25cba4640390c667491da291a15a81c1eda86
parent31aec0b772fc4716c2f98ce2c18c2955dfb9bf13 (diff)
downloadaur-criptext-bin.tar.gz
Fixed license destination, apologies for the extra version bump.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e8fc09f5c49..0f29982ada31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
pkgver = 0.31.0
- pkgrel = 1
+ pkgrel = 2
url = https://criptext.com/
arch = x86_64
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = criptext-bin
provides = criptext-bin
conflicts = criptext-bin
options = !strip
- source = criptext-0.31.0-1.AppImage::https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.31.0.AppImage
+ source = criptext-0.31.0-2.AppImage::https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.31.0.AppImage
source = criptext
source = LICENSE
sha512sums = 450a07133c32a86ece652aec68583421006d6571a5e24cf4963bc7bd746f6ccafc4590ea52d0868ffa0e82367d916d4bb050c57e66ea32bc7458ec87f6ce8e48
@@ -20,4 +20,3 @@ pkgbase = criptext-bin
sha512sums = aee80b1f9f7f4a8a00dcf6e6ce6c41988dcaedc4de19d9d04460cbfb05d99829ffe8f9d038468eabbfba4d65b38e8dbef5ecf5eb8a1b891d9839cda6c48ee957
pkgname = criptext-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f0ac72be1d35..be48330f3bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
pkgver=0.31.0
-pkgrel=1
+pkgrel=2
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
url='https://criptext.com/'
@@ -40,6 +40,6 @@ package() {
install -Dm644 "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm755 ${srcdir}/criptext ${pkgdir}/usr/bin/criptext
- install -Dm444 ${srcdir}/LICENSE ${pkgdir}/usr/share/LICENSES/${pkgname}/LICENSE
+ install -Dm444 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}