summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a70abd0ec0..c0dc31b505f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 123-bin
pkgdesc = Create, modify, and process financial or scientific models.
pkgver = 3.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/taviso/123elf
arch = i386
arch = i686
@@ -12,6 +12,7 @@ pkgbase = 123-bin
makedepends = gcc
makedepends = binutils
makedepends = xz
+ makedepends = git
depends = lib32-ncurses
provides = 123
noextract = 123UNIX1.IMG
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')