summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsamedamci2020-06-02 20:20:51 +0200
committersamedamci2020-06-02 20:20:51 +0200
commitfbe3f588a18e1adb0aab0044f2ac64ccaa6c3dbe (patch)
tree96487f2e726258b76921d11f0ebeddae2604f5b2 /PKGBUILD
parentea6c7438871927bc79232e71b1224ebcf1b4e17d (diff)
downloadaur-rofi-keepassxc.tar.gz
Update to v1.4 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddbc0ad008f6..b65df75833e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainder: samedamci <samedamci@disroot.org>
pkgname=rofi-keepassxc
-pkgver=1.3
-pkgrel=1
+pkgver=1.4
+pkgrel=2
pkgdesc="Simple keepassxc-cli frontend in rofi"
arch=('any')
url="https://github.com/samedamci/${pkgname}"
-license=('MIT')
-depends=('rofi' 'xclip' 'keepassxc' 'zsh')
+license=('ISC')
+depends=('rofi' 'xclip' 'keepassxc')
makedepends=()
source=("https://github.com/samedamci/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('29e2a246546850d309478bde719d625c9a92834cb79659fe7fab0dc53cc4f5ab645352717c82bc5d6fd7c550e98193a32dfe9769090274eb909fff2de8d909ae')
+sha512sums=('ce0d756f0b89dd4752e854f629b5dd146bd5e3afc5157c4487249be7a31972b0e2225f3ed80d6a11061d7fba1f8e0e93e282db872e280c028249a0553f8f617b')
package() {
cd "$pkgname-$pkgver" || exit 1