summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-12-20 15:51:47 +0900
committerhayao2020-12-20 15:51:47 +0900
commitf49950c24c0ee0088fe9f647a5824c175931b565 (patch)
tree268b2d00c6325a6516137ee8aeed086aa57abf54
parentecce35a74e93a2491e7a72c1eaa039a8b55defc1 (diff)
downloadaur-wfa-git.tar.gz
[fix] : depend package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33cde339b32e..971efcb8adc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wfa-git
pkgdesc = A simple AUR helper written in a shell script
- pkgver = r35.8a659ce
+ pkgver = r58.7b45719
pkgrel = 1
url = https://github.com/Hayao0819/wfa
arch = any
@@ -12,6 +12,7 @@ pkgbase = wfa-git
depends = python3
depends = curl
depends = pyalpm
+ depends = python-srcinfo
source = git+https://github.com/Hayao0819/wfa
md5sums = SKIP
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')