summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e2cd67d4b6f..2f26f5e65cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepass-plugin-rpc
pkgdesc = RPC plugin for Keepass
pkgver = 1.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kee-org/keepassrpc
arch = any
license = GPL
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')