summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')