summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-07-19 19:09:09 +0100
committerEric Engestrom2022-07-19 19:09:09 +0100
commitbf862afb07150bb394cf9791ddabe00ef9ab8621 (patch)
tree0d506b0120cc616ce8732e17058dc31d64249503
parent2c2850b2c8bc3de1d2376934c9c92c57df4b340b (diff)
downloadaur-bf862afb07150bb394cf9791ddabe00ef9ab8621.tar.gz
add missing `git` makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ab9770e078..94944056d9ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,12 @@ pkgbase = mdbook-epub-git
url = https://github.com/Michael-F-Bryan/mdbook-epub
arch = x86_64
license = MIT
+ makedepends = git
makedepends = rust
makedepends = cargo
provides = mdbook-epub=0.4.14
conflicts = mdbook-epub
- source = https://github.com/Michael-F-Bryan/mdbook-epub
+ source = git+https://github.com/Michael-F-Bryan/mdbook-epub
sha256sums = SKIP
pkgname = mdbook-epub-git
diff --git a/PKGBUILD b/PKGBUILD
index c35a5d28d51e..72ff3a80c130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="MDBook EPUB Backend"
url="https://github.com/Michael-F-Bryan/mdbook-epub"
arch=(x86_64)
license=(MIT)
-makedepends=(rust cargo)
+makedepends=(git rust cargo)
source=("git+$url")
sha256sums=('SKIP')
conflicts=(mdbook-epub)