summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorscan2019-06-04 17:50:35 -0300
committerscan2019-06-04 17:50:35 -0300
commitc7d25901f9caf166cfd6c934fc33a99b37a6e90a (patch)
treec7ae21d84f8efa5b7f63f435dbe645158dd36964 /PKGBUILD
parent590990510acdbedc7bdc4aab4ec57c3e8c16742f (diff)
downloadaur-c7d25901f9caf166cfd6c934fc33a99b37a6e90a.tar.gz
Fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c21fe94f90d..19b7dfc0b36f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: scan
pkgname=keepass-plugin-rpc
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="RPC plugin for Keepass"
license=('GPL')
depends=("keepass")
url="https://github.com/kee-org/keepassrpc"
-source=(https://github.com/kee-org/keepassrpc/releases/download/v1.9.0/KeePassRPC.plgx)
+source=(https://github.com/kee-org/keepassrpc/releases/download/v${pkgver}/KeePassRPC.plgx)
arch=(any)
sha256sums=('4b24fc8e47ca70989a7d948397a4707913484027635ad5f8be7f96794cfe0309')