summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e807e737521e..a7b334598f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden-rofi
pkgdesc = Wrapper for Bitwarden and Rofi
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/mattydebie/bitwarden-rofi
arch = any
@@ -12,8 +12,7 @@ pkgbase = bitwarden-rofi
optdepends = xclip: copy to clipboard
optdepends = wl-clipboard: copy to clipboard on wayland
optdepends = xdotool
- source = https://github.com/mattydebie/bitwarden-rofi/archive/0.4.tar.gz
- sha512sums = 1cbcf6200ac0fec27038af0bf2ef864d3d20b96cb31a753cbde3df5e95d64ee807fc1db4e267ac797457289ec5fe5494ef8c468d4570e2046e4162b5910c0097
+ source = https://github.com/mattydebie/bitwarden-rofi/archive/0.5.tar.gz
+ sha512sums = a5ffd11f65e14fe7d506d3f72cb6b71471220b2cdd99023fb6ea624394a4b26fc344215b6b0999c2c3584fb413fb0f4372220e86f6748f97ca181995de948abb
pkgname = bitwarden-rofi
-
diff --git a/PKGBUILD b/PKGBUILD
index 624cf3541e60..83e2fedd740b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Magnus Bergmark <magnus.bergmark@gmail.com>
pkgname=bitwarden-rofi
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Wrapper for Bitwarden and Rofi"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('xsel: copy to clipboard'
'xdotool')
makedepends=()
source=("https://github.com/mattydebie/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('1cbcf6200ac0fec27038af0bf2ef864d3d20b96cb31a753cbde3df5e95d64ee807fc1db4e267ac797457289ec5fe5494ef8c468d4570e2046e4162b5910c0097')
+sha512sums=('a5ffd11f65e14fe7d506d3f72cb6b71471220b2cdd99023fb6ea624394a4b26fc344215b6b0999c2c3584fb413fb0f4372220e86f6748f97ca181995de948abb')
package() {
cd "$pkgname-$pkgver" || exit 1