summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAudun-Marius Gangstø2022-12-27 15:40:31 +0800
committerAudun-Marius Gangstø2022-12-27 15:40:31 +0800
commit04579cecbfde010ad61f341fc59ff7e5cf1e32b7 (patch)
tree982ed0a474e92483ad7327a4fadacb6203956bfd /PKGBUILD
parent863659989de11e664c5356d4dc900f5bfa295c54 (diff)
downloadaur-123-bin.tar.gz
Missing git as a makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20176909adbc..45d7cb7dd6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Audun-Marius Gangstø <audun@gangsto.org>
pkgname=123-bin
pkgver=3.0
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Create, modify, and process financial or scientific models."
arch=("i386" "i686" "x86_64")
@@ -9,7 +9,7 @@ url="https://github.com/taviso/123elf"
license=('unknown')
groups=()
depends=("lib32-ncurses")
-makedepends=('unzip' 'cpio' 'gcc' 'binutils' 'xz')
+makedepends=('unzip' 'cpio' 'gcc' 'binutils' 'xz' 'git')
checkdepends=()
optdepends=()
provides=('123')