summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2022-12-25 14:28:07 +0100
committertadly2022-12-25 14:28:07 +0100
commitf48db8babce4291bee98e32846dc45ef04936acc (patch)
tree73d6cdc93c14086008bdaff875e1cb9b5492a6f3
parentb00b4995bb89779d1d4beb19c427bbc1a4c6137b (diff)
downloadaur-f48db8babce4291bee98e32846dc45ef04936acc.tar.gz
version 6.8.5.1173
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda59f3b9488..751671d2d55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
- pkgver = 6.8.3.1153
+ pkgver = 6.8.5.1173
pkgrel = 1
url = http://enpass.io/
install = enpass-bin.install
@@ -10,11 +10,12 @@ pkgbase = enpass-bin
depends = lsof
depends = curl
depends = libxkbcommon-x11
+ depends = libxcb
optdepends = libxdg-basedir: Open links in the default browser.
optdepends = libqtxdg: Open links in the default browser (Qt implementation)
provides = enpass
options = !strip
- source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.8.3.1153_amd64.deb
- sha256sums = 2fe9a21d78aae8f53dbc34492ebd11e6f191a38c182a116a21c8bc27344d91f4
+ source = https://apt.enpass.io/pool/main/e/enpass/enpass_6.8.5.1173_amd64.deb
+ sha256sums = 5855e617041d73682320f3643eb4136c93eef2beaf3be9d37cbadfc76d719b5b
pkgname = enpass-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b1e7882bc32..044b0cd09b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname='enpass-bin'
_pkgname='enpass'
-pkgver=6.8.3.1153
+pkgver=6.8.5.1173
pkgrel=1
pkgdesc='A multiplatform password manager'
arch=('x86_64')
url='http://enpass.io/'
license=('custom')
-depends=('libxss' 'lsof' 'curl' 'libxkbcommon-x11')
+depends=('libxss' 'lsof' 'curl' 'libxkbcommon-x11' 'libxcb')
optdepends=('libxdg-basedir: Open links in the default browser.'
'libqtxdg: Open links in the default browser (Qt implementation)')
provides=("${_pkgname}")
install='enpass-bin.install'
source=("https://apt.enpass.io/pool/main/e/enpass/${_pkgname}_${pkgver}_amd64.deb")
-sha256sums=('2fe9a21d78aae8f53dbc34492ebd11e6f191a38c182a116a21c8bc27344d91f4')
+sha256sums=('5855e617041d73682320f3643eb4136c93eef2beaf3be9d37cbadfc76d719b5b')
# Disable strip as otherwise the browser extension will not work
options=('!strip')
@@ -25,6 +25,7 @@ package() {
# find "${pkgdir}" -name '*~' -delete
# Update permissions to match the default system ones
+ chmod -R go-w "${pkgdir}/opt/"
chmod 755 "${pkgdir}/opt/"
find "${pkgdir}/usr/" -type d -exec chmod 755 {} \;