summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornett_hier2021-05-07 21:38:23 +0200
committernett_hier2021-05-07 21:38:23 +0200
commitab8b9392ed16fdbd3c8f8108c7178eb27b40a61f (patch)
tree398c8352d2dfbefc167418d80d33db71216c6116
parent1e76a47b69512e6f2eacb1de9032b25df02f1162 (diff)
downloadaur-ab8b9392ed16fdbd3c8f8108c7178eb27b40a61f.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7362408298dd..571dde5ba239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = owofetch-git
url = https://github.com/netthier/owofetch-rs
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = rust
makedepends = cargo
provides = owofetch
diff --git a/PKGBUILD b/PKGBUILD
index 24dd25702dfc..7328c94ff98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: netthier <lp@netthier.net>
pkgname=owofetch-git
pkgdesc="Alternative to *fetch, uwuifies all stats."
-pkgver=0.1.r4.g8780b1c
+pkgver=0.2.r1.g490161d
pkgrel=1
arch=('x86_64')
url="https://github.com/netthier/owofetch-rs"
license=('GPL3')
-makedepends=('rust' 'cargo')
+makedepends=('git' 'rust' 'cargo')
provides=('owofetch')
source=('git+https://github.com/netthier/owofetch-rs')
sha256sums=('SKIP')