summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Richard2021-04-15 23:01:15 -0700
committerAlex Richard2021-04-15 23:01:15 -0700
commit9330d466bff236f96abe63c6bd27d529d54b823b (patch)
treeb098eca81a556164399acdd96971b77f7aa5d09d
parent34418c8b5a8cd3a90ecc1e97bfac43214e47a83d (diff)
downloadaur-9330d466bff236f96abe63c6bd27d529d54b823b.tar.gz
Fixes dependency name
"gnu-cobol" was promoted from the AUR to community; as part of this move, it was renamed to "gnucobol"; this PKGBUILD needs to be updated to match the new name.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9478efb1e542..cf07c6fe6e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A simple and lightweight COBOL IDE based on the GnuCOBOL compiler."
arch=("any")
url="https://github.com/OpenCobolIDE/OpenCobolIDE"
license=("GPL")
-depends=("python" "python-pyqt5" "gnu-cobol")
+depends=("python" "python-pyqt5" "gnucobol")
makedepends=("python-setuptools")
source=("https://github.com/OpenCobolIDE/OpenCobolIDE/archive/${pkgver}.tar.gz"
"arch-compatibility.patch")