summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrstian192022-05-04 12:46:54 +0200
committerCrstian192022-05-04 12:46:54 +0200
commit589333d625a51538db75e5f747d22c1f5f5e03e4 (patch)
tree462ea2b14684f72ff16de2d3d5b96652e21c2918
parentb63e7956594f31b760d4e7a6cba85ee5807d3da3 (diff)
downloadaur-freshfetch.tar.gz
Fix git+https error
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ef1bb43c6a..688f13675143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = freshfetch
license = MIT
makedepends = cargo
makedepends = luajit
+ makedepends = git
optdepends = xorg-xrandr
optdepends = xorg-xwininfo
provides = freshfetch
diff --git a/PKGBUILD b/PKGBUILD
index 783cf0cd0528..119d5570a337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/K4rakara/freshfetch"
license=('MIT')
depends=()
-makedepends=('cargo' 'luajit')
+makedepends=('cargo' 'luajit' 'git')
optdepends=('xorg-xrandr' 'xorg-xwininfo')
provides=('freshfetch')
conflicts=('freshfetch-git' 'freshfetch-bin')