summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantidote19112020-05-28 01:42:39 +0200
committerantidote19112020-05-28 01:42:39 +0200
commit417dc8ee853666590edd80641437efb008e1b039 (patch)
tree65c0115d9e551d4869e7ee1826da2f9317f5f700 /PKGBUILD
parent4898c8b471b790f8c7840d9729be5db1f2470700 (diff)
downloadaur-417dc8ee853666590edd80641437efb008e1b039.tar.gz
up to 2.8
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}"