diff options
author | Rhinoceros | 2022-11-20 17:34:58 +1100 |
---|---|---|
committer | Rhinoceros | 2022-11-20 17:34:58 +1100 |
commit | 423c0847b7cbc0f8a9a2ee2647865306db01edeb (patch) | |
tree | 8381948c9b42220b0e8551b3f107054b8348f311 | |
parent | 90d6217ac266b995d2cbe98a430f1ca747020ee4 (diff) | |
download | aur-423c0847b7cbc0f8a9a2ee2647865306db01edeb.tar.gz |
add git to makedepends
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,3 @@ -# Generated by mksrcinfo v8 -# Tue Feb 9 00:55:34 UTC 2016 pkgbase = nottoomuch-addresses-git pkgdesc = An email address completion/matching tool pkgver = r45.fdfe30e @@ -7,9 +5,9 @@ pkgbase = nottoomuch-addresses-git url = http://www.guru-group.fi/~too/nottoomuch/nottoomuch-addresses/ arch = any license = GPL + makedepends = git depends = notmuch source = git+https://github.com/domo141/nottoomuch.git sha256sums = SKIP pkgname = nottoomuch-addresses-git - @@ -8,6 +8,7 @@ arch=('any') url="http://www.guru-group.fi/~too/nottoomuch/nottoomuch-addresses/" license=('GPL') depends=('notmuch') +makedepends=('git') source=("git+https://github.com/domo141/${pkgname%-addresses-git}.git") sha256sums=('SKIP') |