summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-11-20 17:34:58 +1100
committerRhinoceros2022-11-20 17:34:58 +1100
commit423c0847b7cbc0f8a9a2ee2647865306db01edeb (patch)
tree8381948c9b42220b0e8551b3f107054b8348f311
parent90d6217ac266b995d2cbe98a430f1ca747020ee4 (diff)
downloadaur-423c0847b7cbc0f8a9a2ee2647865306db01edeb.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489f8b0d1e10..5f52a8c54a65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 043dc2623ea0..eeb564afdc91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')