summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2021-04-23 20:25:42 +0300
committerorhun2021-04-23 20:25:42 +0300
commit3ae04beba6fbdcc525b96593bd2d6eedcaa0b4ce (patch)
tree85134c8cb176041f51661a970701700b6879fcb5 /PKGBUILD
parent450afb8a2345a3cc069ad5a949d49a1d773324a4 (diff)
downloadaur-3ae04beba6fbdcc525b96593bd2d6eedcaa0b4ce.tar.gz
upgpkg: fw-git 2.8.0.r1.g271a655-2
add zlib and openssl dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f23423166d1b..368c37f5da61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=fw-git
pkgver=2.8.0.r1.g271a655
-pkgrel=1
+pkgrel=2
pkgdesc="Workspace productivity booster (git)"
arch=('x86_64')
url="https://github.com/brocode/fw"
license=('custom:WTFPL')
-depends=('fzf')
+depends=('fzf' 'zlib' 'openssl')
makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")