summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-02-05 16:13:20 +0100
committerAntoine Viallon2021-02-05 16:13:20 +0100
commit1119eaebee1b5e9cc9a25c1e3c97b39024d69f39 (patch)
tree03874e481ae5ce6ab9b758347e98b90b1959e20e
parente23121b25e22a0df366f03270156c97af258535d (diff)
downloadaur-1119eaebee1b5e9cc9a25c1e3c97b39024d69f39.tar.gz
Added knightos group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e14db2760d75..7355e2ad48c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = knightos-kcc-git
pkgrel = 1
url = https://github.com/KnightOS/kcc
arch = x86_64
+ groups = knightos
license = GPL
makedepends = cmake
makedepends = asciidoc
diff --git a/PKGBUILD b/PKGBUILD
index 9296cec8f1be..a323938c6669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=4.0.0.r5.gefd439995
pkgrel=1
license=('GPL')
pkgdesc='A C compiler for z80 systems'
+groups=("knightos")
depends=("scas" "boost")
makedepends=("cmake" "asciidoc")
arch=("x86_64")