summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')