aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482017-12-19 17:49:53 +0800
committerfrantic10482017-12-19 17:49:53 +0800
commit90d8989a99c58bb84a90849cb07e522483543bc0 (patch)
tree4f0f4b751170e3d0f175901e304d19aa2de890ae
parent2b4c587a47d9833fb6da18c9ef76a9d3ebba913a (diff)
downloadaur-90d8989a99c58bb84a90849cb07e522483543bc0.tar.gz
add missing qt5-base dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea24f0b6e95..a8a1ca87759e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 13:49:22 UTC 2017
+# Tue Dec 19 09:49:10 UTC 2017
pkgbase = kreogist-mu
pkgdesc = Fantastic cross-platform music manager.based on Qt5
pkgver = 1.0.0beta4
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://kreogist.github.io/Mu/
changelog = kreogist-mu.changelog
@@ -13,6 +13,7 @@ pkgbase = kreogist-mu
makedepends = gcc
makedepends = qt5-tools
depends = mpv
+ depends = qt5-base
source = https://codeload.github.com/Kreogist/Mu/tar.gz/1.0-beta4
source = kreogist-mu.desktop
sha224sums = 5472e022e7bff614bd0dea9b3a7b5bfa4588c04417a16e63fc2ce198
diff --git a/PKGBUILD b/PKGBUILD
index 216868f61583..608411e29968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kreogist-mu
pkgver='1.0.0beta4'
_git_tag='1.0-beta4'
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Fantastic cross-platform music manager.based on Qt5"
arch=('x86_64')
@@ -12,6 +12,7 @@ license=('GPL')
changelog="$pkgname.changelog"
depends=(
'mpv'
+ 'qt5-base'
)
makedepends=(