summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 637eef8d6c8f..395412fc019a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Fabrice Corraire <antidote1911@gmail.com>
pkgname=arsenic
-pkgver=2.7
-pkgrel=1
+pkgver=2.8
+pkgrel=2
pkgdesc="Qt5 app for encrypt files and text with triple encryption"
arch=('x86_64')
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=('C6F4C2E8EFAFAA6F228C17CEF05C151B3B99D27930A3A084DB8722F88E1AEC19')
+sha256sums=('2DC9E5ED435095BBF75F98907C67F12081BE1401B73A0CB131CA2B623A065C58')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"