summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantidote19112020-07-07 19:54:14 +0200
committerantidote19112020-07-07 19:54:14 +0200
commit9bc07085ef992bc81fd48ea9b60fff2e3842a1da (patch)
tree05be34f70faf0b5a930e2d66c807a2a80aa934c3
parent67767301e9af3f4efe9cb25c2368a0ec81876b9d (diff)
downloadaur-9bc07085ef992bc81fd48ea9b60fff2e3842a1da.tar.gz
up to 3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e478465d26..d7a078f04efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = arsenic
pkgdesc = Qt5 app for encrypt files and text with triple encryption
- pkgver = 3.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = https://github.com/Antidote1911/arsenic
arch = x86_64
license = GPL
depends = qt5-base
- source = arsenic-3.5.1.tar.gz::https://github.com/Antidote1911/arsenic/archive/3.5.1/arsenic-3.5.1.tar.gz
- sha256sums = 57E214D30840E8697C8700700F86300380B8224232B6C08A64F2BB43CB3F03DD
+ source = arsenic-3.5.2.tar.gz::https://github.com/Antidote1911/arsenic/archive/3.5.2/arsenic-3.5.2.tar.gz
+ sha256sums = 673666E0BF39A598A356E0B35D8935DE4274B7DE36794AC862601E788878CF30
pkgname = arsenic
diff --git a/PKGBUILD b/PKGBUILD
index bc65b99a4310..ea2c5f010f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabrice Corraire <antidote1911@gmail.com>
pkgname=arsenic
-pkgver=3.5.1
+pkgver=3.5.2
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=('57E214D30840E8697C8700700F86300380B8224232B6C08A64F2BB43CB3F03DD')
+sha256sums=('673666E0BF39A598A356E0B35D8935DE4274B7DE36794AC862601E788878CF30')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"