summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-02-18 13:37:13 -0500
committerMithicSpirit2023-02-18 13:37:28 -0500
commit9dd6a4fef5c37d58437ada362dabe9eb92f5d3da (patch)
treeac7823e214e18e634270ccbb32735f72e0add702
parenta65ab1ef4b61738df113bb499ad47cf4314d9739 (diff)
downloadaur-9dd6a4fef5c37d58437ada362dabe9eb92f5d3da.tar.gz
fix optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53394c8dbe80..5981417b619a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idris2-git
pkgdesc = A purely functional programming language with first class types
pkgver = latest
- pkgrel = 4
+ pkgrel = 5
url = https://www.idris-lang.org/
arch = x86_64
license = custom
@@ -12,7 +12,7 @@ pkgbase = idris2-git
depends = sh
optdepends = nodejs: javascript backend
optdepends = racket: racket backend
- optdepends = cc: refc backend
+ optdepends = gcc: refc backend
provides = idris2
conflicts = idris2
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 1af88d5a08ea..8c4598c0de3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=idris2
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=4
+pkgrel=5
pkgdesc='A purely functional programming language with first class types'
url='https://www.idris-lang.org/'
license=('custom')
@@ -14,7 +14,7 @@ makedepends=('git')
checkdepends=('nodejs' 'racket')
optdepends=('nodejs: javascript backend'
'racket: racket backend'
- 'cc: refc backend')
+ 'gcc: refc backend')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/idris-lang/${_pkgname^}.git")