summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2021-12-30 11:27:47 +0100
committerFrank Seifferth2021-12-30 11:27:47 +0100
commit21a595913d1b2795f9c4196669ed5f832bb464a3 (patch)
tree74ec8df9a49b8eb8381b9c318677655a9ae0bea1
parent9e76a453e6c5c86818d09f5d55a5e8a9cf0082f7 (diff)
downloadaur-21a595913d1b2795f9c4196669ed5f832bb464a3.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c655da334dff..8b9f9592d2ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = abricotine-git
license = GPL3
makedepends = npm
makedepends = python2
+ makedepends = git
depends = libxss
provides = abricotine
conflicts = abricotine
@@ -16,4 +17,3 @@ pkgbase = abricotine-git
sha256sums = 164d0042ffe461ca0418709a59be29b433055589b661be4d6555c07df42b383c
pkgname = abricotine-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bbc7e7640e6d..c6debe21dbc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="http://abricotine.brrd.fr"
license=('GPL3')
depends=('libxss')
-makedepends=('npm' 'python2')
+makedepends=('npm' 'python2' 'git')
source=("abricotine::git+https://github.com/brrd/abricotine"
"abricotine.desktop")
sha256sums=('SKIP'