summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornettoyoussef2020-11-06 09:57:31 -0300
committernettoyoussef2020-11-06 09:57:31 -0300
commiteba549edfe645e78713db7c402f694ebe37f8b10 (patch)
tree258429daf487056823bf400cb17157ace4cdaa00
parent75a9e4009e827b3a5221e63b839741ba309498ee (diff)
downloadaur-eba549edfe645e78713db7c402f694ebe37f8b10.tar.gz
fix: remove gawk from makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23a3bbeb1073..e54c80e0677b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = gbutils
pkgdesc = Giulio Bottazzi's Command Line Econometrics
pkgver = 6.0
- pkgrel = 1
+ pkgrel = 2
url = http://cafim.sssup.it/~giulio/software/gbutils/
arch = x86_64
license = GPL2
- makedepends = gawk
depends = gsl>=2.1
depends = libmatheval>=1.0.1
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index eaa6b2359368..6e68a22ff524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elias Haddad <eliasynetto at gmail dot com>
pkgname=gbutils
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Giulio Bottazzi's Command Line Econometrics"
arch=(x86_64)
url="http://cafim.sssup.it/~giulio/software/gbutils/"
@@ -12,7 +12,6 @@ source=("ftp://cafed.sssup.it/packages/gbutils-6.0.tar.gz")
noextract=('$pkgname-$pkgver.tar.gz')
md5sums=('SKIP')
depends=('gsl>=2.1' 'libmatheval>=1.0.1' 'zlib')
-makedepends=('gawk')
prepare(){