summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b9a5e8eb4b8..b2c9b6c816c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 21:13:06 UTC 2016
+# Sun Jan 31 21:16:20 UTC 2016
pkgbase = fastqsp
pkgdesc = FastQSP is another interactive fiction player (only for qsp format)
pkgver = 0.5.1
@@ -8,7 +8,6 @@ pkgbase = fastqsp
arch = i686
arch = x86_64
license = GPL3
- makedepends = git
depends = qt5-base
source = https://github.com/graylor/FastQSP/archive/v0.5.1.tar.gz
md5sums = 1ef933fe07191b232a8f7b719afbcb17
diff --git a/PKGBUILD b/PKGBUILD
index 2383dc095640..6e9db743e907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('i686' 'x86_64')
url="https://github.com/graylor/FastQSP"
license=('GPL3')
depends=('qt5-base')
-makedepends=('git')
_origname=FastQSP
source=("https://github.com/graylor/${_origname}/archive/v${pkgver}.tar.gz")
md5sums=('1ef933fe07191b232a8f7b719afbcb17')