summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-07-19 19:18:08 +0100
committerEric Engestrom2022-07-19 19:18:08 +0100
commit2c476df4483a5c3619e0509bc974e8825b146ed6 (patch)
treeddefd192f5d7e0f7054b15255d6e4a8be5728abd
parentb1f30344fa77bca29ab0290293dbd584cbc7ef52 (diff)
downloadaur-2c476df4483a5c3619e0509bc974e8825b146ed6.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 718b13e76a51..eb1108e20989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,14 @@ pkgbase = wob-git
arch = i686
arch = x86_64
license = ISC
+ makedepends = git
makedepends = meson
makedepends = wayland-protocols
makedepends = scdoc
depends = wayland
provides = wob=0.13
conflicts = wob
- source = https://github.com/francma/wob
+ source = git+https://github.com/francma/wob
sha512sums = SKIP
pkgname = wob-git
diff --git a/PKGBUILD b/PKGBUILD
index 8f0007336776..90801f30e7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('ISC')
source=("git+$url")
sha512sums=('SKIP')
depends=('wayland')
-makedepends=('meson' 'wayland-protocols' 'scdoc')
+makedepends=('git' 'meson' 'wayland-protocols' 'scdoc')
conflicts=('wob')
provides=("wob=${pkgver%%+*}")