summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2022-02-18 18:26:03 +0100
committerdesbma2022-02-18 18:27:38 +0100
commit80cd6050fd87dd6b3612496838575bf1827c083c (patch)
tree7d0c5d752b7e9d17a85076faeeee89d0a690bc5f
parent713f1a65919742a70f9777fceb3c4d680fb03f1b (diff)
downloadaur-80cd6050fd87dd6b3612496838575bf1827c083c.tar.gz
add git makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed36a511052..cd190c57b4cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = pacdiff-pacman-hook-git
url = https://github.com/desbma/pacman-hooks
arch = any
license = GPL
+ makedepends = git
depends = diffutils
depends = git-delta
depends = pacman-contrib
diff --git a/PKGBUILD b/PKGBUILD
index 06f3205be8e4..c23f4002046c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=pacdiff-pacman-hook-git
-pkgver=r74.c463d2d
+pkgver=r77.9e7d418
pkgrel=1
pkgdesc='Pacman hook to review .pacnew files automatically'
arch=('any')
@@ -9,6 +9,7 @@ _gitname='pacman-hooks'
url="https://github.com/desbma/${_gitname}"
license=('GPL')
depends=('diffutils' 'git-delta' 'pacman-contrib')
+makedepends=('git')
conflicts=('pacman-hooks-desbma-git')
source=("git+https://github.com/desbma/${_gitname}")
md5sums=('SKIP')