summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eb74553fafe..9380e15b2dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = mpz
url = https://github.com/olegantonyan/mpz
arch = x86_64
license = GPL3
- makedepends = gcc
- makedepends = make
depends = qt5-multimedia
depends = qt5-x11extras
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 28485c4371e1..272103225591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/olegantonyan/mpz"
license=('GPL3')
depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('gcc' 'make')
+makedepends=('')
provides=('mpz')
source=(https://github.com/olegantonyan/$pkgname/archive/$pkgver.tar.gz)
sha256sums=('73d2210f06ea03a8b6cfcb08344900495a6c9a2fc693da97b825222526d65c39')