summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantidote19112020-06-06 22:36:41 +0200
committerantidote19112020-06-06 22:36:41 +0200
commita48bae44ef11aaa8526803eb70e33b182c088227 (patch)
tree0ab33982a5eaae679154d5906127cb85967a6c4f /PKGBUILD
parent417dc8ee853666590edd80641437efb008e1b039 (diff)
downloadaur-a48bae44ef11aaa8526803eb70e33b182c088227.tar.gz
up to 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 395412fc019a..ce516e15f411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabrice Corraire <antidote1911@gmail.com>
pkgname=arsenic
-pkgver=2.8
+pkgver=3.0.0
pkgrel=2
pkgdesc="Qt5 app for encrypt files and text with triple encryption"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/Antidote1911/${pkgname}"
license=('GPL')
depends=('qt5-base')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Antidote1911/${pkgname}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('2DC9E5ED435095BBF75F98907C67F12081BE1401B73A0CB131CA2B623A065C58')
+sha256sums=('8BD7326B6A428F90D844BC3ED74B0682922333EBE6B4557278EF72DE9E36BA73')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"