summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Büchau2020-09-02 18:52:03 +0200
committerYann Büchau2020-09-02 18:52:18 +0200
commit0e111209c8927318f14508d1bdf78e5fc8578d10 (patch)
tree04f173095a42ef3c7283615ef665f652f0ad8d35
parent19ec40a92cb942ed30540147945cc1dd61fb13e0 (diff)
downloadaur-0e111209c8927318f14508d1bdf78e5fc8578d10.tar.gz
Add gcc to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220f29a79570..ffbd3f15999f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = camp2ascii-git
arch = aarch64
license = GPL
makedepends = git
+ makedepends = gcc
provides = camp2ascii
conflicts = camp2ascii
source = git+https://github.com/nobodyinperson/camp2ascii
diff --git a/PKGBUILD b/PKGBUILD
index ed7154241bb4..4178ce7dc9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ url="https://github.com/nobodyinperson/camp2ascii"
license=('GPL')
groups=()
depends=()
-makedepends=('git')
+makedepends=('git' 'gcc')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()