summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlley_Cat2021-06-03 11:48:00 +0200
committerAlley_Cat2021-06-03 11:48:00 +0200
commitf1d70a544f4fa9b8ccc464ab97a0f7b7e6c7622c (patch)
tree8b2da9c7c95e6cec3cda13f25d471d53d42d02df
parentd45c770fce6477219447fe8c4653611cf0746750 (diff)
downloadaur-f1d70a544f4fa9b8ccc464ab97a0f7b7e6c7622c.tar.gz
updated seahorse-caja package to version 1.18.5-1
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 898686ce1608..ef4e0a8842b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: ValHue <vhuelamo at gmail dot com>
+# Maintainer: Alley_Cat <read_only@gmx.us>
#
-# Contributor: ValHue <vhuelamo at gmail dot com>
+# Contributor: Alley_Cat <read_only@gmx.us>
#
pkgname="seahorse-caja"
-pkgver="1.18.4"
+pkgver="1.18.5"
pkgrel="1"
pkgdesc="An extension for caja which allows encryption and decryption of OpenPGP files using GnuPG."
url="https://github.com/darkshram/seahorse-caja/"
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('caja' 'libcryptui')
+depends=('caja' 'dbus-glib' 'gcr' 'gnupg' 'gpgme' 'gtk3' 'intltool' 'libcryptui' 'libnotify')
provides=("${pkgname}")
source=("https://github.com/darkshram/"${pkgname}/releases/download/${pkgver}/"${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c604705d8e700d14dca7f1ab983c82541e291fde27177146b95339b5f7602dca')
+sha512sums=('85b022439faeadc20202111adf0056993e560a3e1d0c06b9788f5f871fdd452c52b198da3510ad444f7be8e917783e1d016cc240b220cdd85391140b79adb2f1')
build() {
cd "${pkgname}-${pkgver}"