summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2021-06-18 08:17:25 +1000
committerVictor Tran2021-06-18 08:17:25 +1000
commit2556c60b38a71c04b560840bb41edbdba66c824d (patch)
tree3200dd82a5d16b42d138f112460762c12d9db7fd
parent609e8607e3e9b63287c393377ec1b69367302c08 (diff)
downloadaur-contemporary-cursors.tar.gz
Add missing git dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25d97e09c7b..e86c4271611e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = contemporary-cursors
url = http://vicr123.github.io/contemporary
arch = any
license = cc-by-sa-4.0
+ makedepends = git
source = contemporary-cursors-1.0::git+https://github.com/vicr123/contemporary-cursors.git
sha256sums = SKIP
pkgname = contemporary-cursors
-
diff --git a/PKGBUILD b/PKGBUILD
index 28c055fdd3f0..854697743540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="http://vicr123.github.io/contemporary"
license=('cc-by-sa-4.0')
depends=()
-makedepends=()
+makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/contemporary-cursors.git')
sha256sums=('SKIP')