summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-12-12 16:38:07 +0300
committerorhun2020-12-12 16:38:07 +0300
commit19034371de708b4f807a0faf86bead932855d159 (patch)
tree5c775ff172b7569ae26edcae9088bdd7dc4ac448 /PKGBUILD
parent54bca912b3211de087156ecc95daa696159102fd (diff)
downloadaur-shy-git.tar.gz
upgpkg: shy-git 0.1.10.r3.g25361d1-3
Add gcc-libs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0075808b57aa..727af454f5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=shy-git
pkgver=0.1.10.r3.g25361d1
-pkgrel=2
+pkgrel=3
pkgdesc="Bare-bones SSH launcher (git)"
arch=('x86_64')
url="https://github.com/xvxx/shy"
license=('MIT')
+depends=('gcc-libs')
makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")