summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Goutnik2018-02-18 11:12:44 -0500
committerDmitri Goutnik2018-02-18 11:12:44 -0500
commitea70fb99f3e9f607e54648f9ea1e053705b8023d (patch)
tree8e02157615b2a38308f7961a7d8bbfd4a5742b09
parent651cd92a7740b6b9d6be15bc3e641207b573a3ab (diff)
downloadaur-ea70fb99f3e9f607e54648f9ea1e053705b8023d.tar.gz
Updated: encryptpad-git 0.4.0.2.r2.g55fd374-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fcf0a23884b..50fddb23792b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = encryptpad-git
pkgdesc = Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format
- pkgver = 0.3.2.5.r101.g3ace5ae
+ pkgver = 0.4.0.2.r2.g55fd374
pkgrel = 1
url = https://github.com/evpo/EncryptPad
arch = i686
@@ -9,10 +9,10 @@ pkgbase = encryptpad-git
makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
- depends = botan1.10
+ depends = botan-with-compression
conflicts = encryptpad
options = !makeflags
- source = encryptpad-0.3.2.5.r101.g3ace5ae::git+git://github.com/evpo/EncryptPad.git
+ source = encryptpad-0.4.0.2.r2.g55fd374::git+git://github.com/evpo/EncryptPad.git
sha256sums = SKIP
pkgname = encryptpad-git
diff --git a/PKGBUILD b/PKGBUILD
index 51ac95a5c159..89546da0e543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Dmitri Goutnik <dg@syrec.org>
-pkgname=encryptpad-git
-_pkgname=${pkgname%-git}
-pkgver=0.3.2.5.r101.g3ace5ae
+_pkgname=encryptpad
+pkgname=${_pkgname}-git
+pkgver=0.4.0.2.r2.g55fd374
pkgrel=1
pkgdesc="Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format"
arch=('i686' 'x86_64')
url="https://github.com/evpo/EncryptPad"
license=('GPL2')
-depends=('qt5-base' 'hicolor-icon-theme' 'botan1.10')
+depends=('qt5-base' 'hicolor-icon-theme' 'botan-with-compression')
conflicts=('encryptpad')
makedepends=('git')
source=("${_pkgname}-${pkgver}::git+git://${url#*//}.git")
@@ -27,7 +27,7 @@ build() {
package() {
cd ${_pkgname}-${pkgver}
- install -Dm755 bin/release/{encryptcli,encryptpad} "${pkgdir}/usr/bin/"
+ install -Dm755 -t "${pkgdir}/usr/bin" bin/release/{encryptcli,encryptpad}
install -Dm644 encryptpad.desktop "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -Dm644 encryptpad.xml "${pkgdir}/usr/share/mime/application/${_pkgname}.xml"
install -Dm644 images/icns.iconset/icon_16x16.png "${pkgdir}/usr/share/icons/hicolor/16x16/apps/${_pkgname}.png"