summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhayao2020-12-20 15:51:47 +0900
committerhayao2020-12-20 15:51:47 +0900
commitf49950c24c0ee0088fe9f647a5824c175931b565 (patch)
tree268b2d00c6325a6516137ee8aeed086aa57abf54 /PKGBUILD
parentecce35a74e93a2491e7a72c1eaa039a8b55defc1 (diff)
downloadaur-f49950c24c0ee0088fe9f647a5824c175931b565.tar.gz
[fix] : depend package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b30cf881ae7c..518d81201899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintaoner: Yamada Hayao <development@fascode.net>
pkgname="wfa-git"
-pkgver=r35.8a659ce
+pkgver=r58.7b45719
pkgrel=1
pkgdesc="A simple AUR helper written in a shell script"
arch=('any')
url="https://github.com/Hayao0819/wfa"
license=('WTFPL')
-depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm')
+depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
makedepends=('git')
source=("git+https://github.com/Hayao0819/wfa")
md5sums=('SKIP')