summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c489a429d2d..8f56b382379f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,10 @@ pkgbase = cutefetch
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/alphatechnolog/cutefetch
- arch = x86_64
- makedepends = base-devel
- makedepends = gcc
- makedepends = make
+ arch = any
+ license = gpl
+ makedepends = clang
+ makedepends = git
source = cutefetch::git+https://github.com/alphatechnolog/cutefetch.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3f1b7bc56719..7d1948fd8314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgrel=1
arch=('any')
url="https://github.com/alphatechnolog/cutefetch"
source=("cutefetch::git+https://github.com/alphatechnolog/cutefetch.git")
-makedepends=('clang')
+makedepends=('clang' 'git')
+license=("gpl")
sha256sums=(SKIP)
depends=()