summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrankySupertoon2020-10-10 17:17:52 -0400
committerCrankySupertoon2020-10-10 17:17:52 -0400
commit22d06425b9d1b953cdcc5145b02f24091beee252 (patch)
treea49ffc12a6c0b86fc688fa01e02654de1ee23505
parentc0507517901c683936e51de3e69ce9958098c1df (diff)
downloadaur-22d06425b9d1b953cdcc5145b02f24091beee252.tar.gz
fix dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bdc648cce30..e82ab2293994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = shticker-book-rewritten-git
arch = x86_64
license = GPL
makedepends = git
- makedepends = gcc
depends = bzip2
depends = qt5-base
depends = qt5-webengine
diff --git a/PKGBUILD b/PKGBUILD
index 490c0ffb53d5..4acbf57bbd5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/CrankySupertoon/Shticker-Book-Rewritten"
arch=('i686' 'x86_64')
license=('GPL')
depends=('bzip2' 'qt5-base' 'qt5-webengine')
-makedepends=('git' 'gcc')
+makedepends=('git')
conflicts=('shticker-book-rewritten')
source=("$_pkgname::git+https://github.com/CrankySupertoon/Shticker-Book-Rewritten")
md5sums=('SKIP')