summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantidote19112020-06-19 01:01:33 +0200
committerantidote19112020-06-19 01:01:33 +0200
commit67767301e9af3f4efe9cb25c2368a0ec81876b9d (patch)
tree56dd4cc2f618521608c55dd4832149900b3cac3a /PKGBUILD
parentfa4083acfcd2ebb0aa1165ae987b174b57da7dc2 (diff)
downloadaur-67767301e9af3f4efe9cb25c2368a0ec81876b9d.tar.gz
up to 3.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aa1fb8cbaf5..bc65b99a4310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabrice Corraire <antidote1911@gmail.com>
pkgname=arsenic
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=1
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}-${pkgver}.tar.gz::https://github.com/Antidote1911/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5C3EDA0E039ABF687819165745B01F96DF8C9A9976BE851EB16B29EB22B05B77')
+sha256sums=('57E214D30840E8697C8700700F86300380B8224232B6C08A64F2BB43CB3F03DD')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"