aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2021-01-25 23:32:26 +0100
committerConrad Kleinespel2021-01-25 23:32:26 +0100
commitbff107a6f116330dabd677ca5a8ca7d548e54406 (patch)
tree78d674f0bb3753a89e4679fdc4098ada9bea5a3a /PKGBUILD
parent9b95b5c55a20650ea723df54b4895d7f23fe4671 (diff)
downloadaur-bff107a6f116330dabd677ca5a8ca7d548e54406.tar.gz
update to 2.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f78ce8be5612..9d39ffe2b042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Conrad Kleinespel <conradk@conradk.com>
pkgname=rooster
-pkgver=2.8.6
+pkgver=2.9.0
pkgrel=1
pkgdesc="A simple password manager for geeks"
url="https://github.com/conradkleinespel/rooster"
makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu' 'python3' 'libsodium' 'openssl')
-depends=('libx11' 'libxmu' 'libsodium' 'openssl' 'xsel')
+depends=('libx11' 'libxmu' 'libsodium' 'openssl' 'xsel' 'wl-clipboard')
arch=('i686' 'x86_64')
license=('Apache-2.0')
source=("$pkgname-$pkgver.tar.gz::https://github.com/conradkleinespel/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b05d2c368ac26d96edd058130bfc7cc7a1960a5bfbc63b6ddfad62d27b08d62f')
+sha256sums=('2cb08c90c9604951c810038dffd1dfca1de71bfe1d76b22f951dc3f14c0efab4')
build() {
cd "$pkgname-$pkgver"