summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Pokhilko2018-08-13 23:18:47 +1000
committerEvgeny Pokhilko2018-08-13 23:18:47 +1000
commit6f24d19765a3f5cec1c94452ff2e980516f17cd3 (patch)
treee7bd575a4fb77a7701e753edd5d081ba9fb5ac00
parentd4c40333a28fc3fd49d8856ddafbb04b54f91040 (diff)
downloadaur-6f24d19765a3f5cec1c94452ff2e980516f17cd3.tar.gz
add zlib as build dependency
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d941822f5cce..ced06b3e2c2f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = encryptpad
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
diff --git a/PKGBUILD b/PKGBUILD
index 033f42c4e41f..4831461b203e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Minimalist secure text editor and file encryptor that implements RFC 48
arch=(i686 x86_64)
url="https://github.com/evpo/${_pkgname}"
license=('GPL2')
-depends=('qt5-base' 'hicolor-icon-theme' 'python' 'botan')
+depends=('qt5-base' 'hicolor-icon-theme' 'python' 'botan' 'zlib')
makedepends=('git')
options=('!makeflags')
validpgpkeys=('634BFC0CCC426C74389D89310F1CFF71A2813E85')