summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Robinson2018-05-06 23:52:30 +0100
committerJohn Robinson2018-05-06 23:52:30 +0100
commit5595fba2ef1bbdcf9fee2326f4caa505f9295213 (patch)
treec414620095e65deaa6966126de41e00f6bdf3bbc
parent0020c1b9a12b976e9a2a2c65beda73addc238dff (diff)
downloadaur-5595fba2ef1bbdcf9fee2326f4caa505f9295213.tar.gz
Correction to Frobtads 1.2.4 package. Added line 'makedepends=('git')' to PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e906e1fc5ae6..b2b3d3986723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = frobtads
arch = i686
arch = x86_64
license = custom: freeware
+ makedepends = git
depends = ncurses
depends = curl
source = https://github.com/realnc/frobtads/releases/download/1.2.4/frobtads-1.2.4.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index ee344c385a7c..365c34ec9eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
url="http://www.tads.org/frobtads.htm"
license=('custom: freeware')
depends=('ncurses' 'curl')
+makedepends=('git')
#groups=(tads)
source=(https://github.com/realnc/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('d4a5b8863664998fb989f3fdd2f63de6')