summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Pokhilko2019-03-10 11:42:11 +0000
committerEvgeny Pokhilko2019-03-10 11:42:11 +0000
commitb3038909013e75343130c8c8b96cf07bfcd66b9e (patch)
treed42d7979e51ba7f69212fec7a93edf394243b710
parent6f24d19765a3f5cec1c94452ff2e980516f17cd3 (diff)
downloadaur-b3038909013e75343130c8c8b96cf07bfcd66b9e.tar.gz
Update the package configuration to avoid the problem found in Botan 2.9 and upgrade encryptpad to version 0.4.0.4
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced06b3e2c2f..d955ea771431 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = encryptpad
- pkgdesc = Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format
- pkgver = 0.4.0.2
- pkgrel = 6
+ pkgdesc = Minimalist secure text editor and file encryptor that implements RFC 4880 Open PGP format
+ pkgver = 0.4.0.4
+ pkgrel = 7
url = https://github.com/evpo/encryptpad
arch = i686
arch = x86_64
@@ -10,11 +10,9 @@ pkgbase = encryptpad
depends = qt5-base
depends = hicolor-icon-theme
depends = python
- depends = botan
- depends = zlib
options = !makeflags
- source = https://github.com/evpo/EncryptPad/releases/download/v0.4.0.2/encryptpad0_4_0_2_src.tar.gz
- source = https://github.com/evpo/EncryptPad/releases/download/v0.4.0.2/encryptpad0_4_0_2_src.tar.gz.asc
+ source = https://github.com/evpo/EncryptPad/releases/download/v0.4.0.4/encryptpad0_4_0_4_src.tar.gz
+ source = https://github.com/evpo/EncryptPad/releases/download/v0.4.0.4/encryptpad0_4_0_4_src.tar.gz.asc
validpgpkeys = 634BFC0CCC426C74389D89310F1CFF71A2813E85
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4831461b203e..b7d4544725fa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=encryptpad
pkgname=${_pkgname}
-pkgver=0.4.0.2
-pkgrel=6
+pkgver=0.4.0.4
+pkgrel=7
pkgdesc="Minimalist secure text editor and file encryptor that implements RFC 4880 Open PGP format"
arch=(i686 x86_64)
url="https://github.com/evpo/${_pkgname}"
license=('GPL2')
-depends=('qt5-base' 'hicolor-icon-theme' 'python' 'botan' 'zlib')
+depends=('qt5-base' 'hicolor-icon-theme' 'python')
makedepends=('git')
options=('!makeflags')
validpgpkeys=('634BFC0CCC426C74389D89310F1CFF71A2813E85')
@@ -18,7 +18,7 @@ sha1sums=('SKIP' 'SKIP')
build() {
cd "$srcdir/encryptpad$(echo -n $pkgver | sed -r 's/\./_/g')_src"
- ./configure.sh --all --use-system-libs
+ ./configure.sh --all
}
package() {