summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgyara2022-03-05 18:24:13 +0900
committergyara2022-03-05 18:24:13 +0900
commit3807a1fd80d2705ae83e59cff784d698351180fa (patch)
treec6f9ac2c3ea1086628dfbdae8822a15f12b94992 /PKGBUILD
parent428d486680e415c445a111320b1a6166d5e7f7df (diff)
downloadaur-3807a1fd80d2705ae83e59cff784d698351180fa.tar.gz
add gcc-libs to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f117fcb7363..d236cab2b1aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=dantalian-rs
_realname="${pkgname%-rs}"
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A nfo file generator for your anime. Source from Bangumi."
url="https://github.com/nanozuki/dantalian"
makedepends=('cargo')
-depends=('openssl')
+depends=('openssl' 'gcc-libs')
arch=('i686' 'x86_64')
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nanozuki/$_realname/archive/v$pkgver.tar.gz")