summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0a1153c3f96..06e0c242b582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: surefire@cryptomile.net
pkgname=keeweb
-pkgver=1.12.2
+pkgver=1.12.3
pkgrel=1
pkgdesc="Desktop password manager compatible with KeePass databases"
arch=('any')
@@ -20,21 +20,17 @@ optdepends=('xdotool: for auto-type')
conflicts=('keeweb-desktop')
source=(
"${pkgname}::git+https://github.com/keeweb/keeweb.git#tag=v${pkgver}"
- 'hide-menubar.patch'
'keeweb.sh'
'package.json.patch.js'
)
sha1sums=('SKIP'
- 'a55c2ed276c6073b7954452cdc88209633d51ace'
'c925527f25e732d58438ee16b1c93b33be7bf9c4'
'19c9db9079a08e82b5418609596201b358ac815d')
prepare() {
cd "${pkgname}"
- patch -Np1 -i ../hide-menubar.patch
-
# remove extra dependencies
node ../package.json.patch.js