summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2021-06-22 22:40:51 +0200
committerFaerbit2021-06-22 22:40:51 +0200
commit2a43e71428d76ec4c3f6a3d34b3efe191b1daaba (patch)
tree1d222d5d783c3ccf7a4702bb4bea0116a06ef1ba
parent32ea6e284d4e22dfaddc9cbe3df20d85cdf6905d (diff)
downloadaur-2a43e71428d76ec4c3f6a3d34b3efe191b1daaba.tar.gz
Added git as makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c17e90f6a9..b5331ea2101d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = aur-auto-vote-git
pkgdesc = Automates voting on installed and uninstalled AUR packages
- pkgver = 144.3ea89cc
+ pkgver = 146.bb877b8
pkgrel = 1
url = https://github.com/cryzed/bin
install = aur-auto-vote-git.install
arch = any
license = MIT
+ makedepends = git
depends = python
depends = python-beautifulsoup4
depends = python-requests
@@ -18,4 +19,3 @@ pkgbase = aur-auto-vote-git
md5sums = 0b990cd54f3524b4acbd59ba25adac7f
pkgname = aur-auto-vote-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b7028a9d92aa..342200122580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=aur-auto-vote-git
_pkgname=${pkgname%-git}
_reponame=bin
-pkgver=144.3ea89cc
+pkgver=146.bb877b8
pkgrel=1
pkgdesc="Automates voting on installed and uninstalled AUR packages"
arch=('any')
url="https://github.com/cryzed/bin"
license=('MIT')
depends=('python' 'python-beautifulsoup4' 'python-requests' 'python-html5lib')
+makedepends=('git')
source=("git+https://github.com/cryzed/bin.git"
"aur-auto-vote.service.skel"
"aur-auto-vote.timer")