summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenthalpie2020-07-06 09:55:35 +0200
committerenthalpie2020-07-06 09:55:35 +0200
commit31b56807a7f6b24d5a47a4c617ed61d7bd8122e4 (patch)
tree58ca032e886deb8864db4647cd5e1eded3619bb4
parenta58bf7da02891c25aef99c7655f4f7947c5857cc (diff)
downloadaur-31b56807a7f6b24d5a47a4c617ed61d7bd8122e4.tar.gz
PKGBUILD fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75048ebbd1ab..0204358ec64a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = tu2
arch = i686
arch = x86_64
license = GPL
- makedepends = git
depends = qt5-base
source = https://github.com/ntropy83/tu2/archive/1.1.0.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d83a598438c8..1382aeaa2a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('i686' 'x86_64')
url="http://github.com/ntropy83/tu2"
license=('GPL')
depends=('qt5-base')
-makedepends=('git')
source=("https://github.com/ntropy83/$pkgname/archive/$pkgver.tar.gz")
md5sums=('SKIP')