summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Pradhan2019-06-07 19:48:45 +0530
committerAniket Pradhan2019-06-07 19:48:45 +0530
commit8acc22cf5463a98e26192858dcb393d7929e6101 (patch)
tree313e89d9144ac32c350f81ece60d613a6c025d2e
parent83b9f35300a1de76e9b850f78129646a87abacc6 (diff)
downloadaur-8acc22cf5463a98e26192858dcb393d7929e6101.tar.gz
Updated dependencies.
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd4c3c2b3e49..e05849de02b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='A style to bend Qt applications to look like they belong into GNOME She
arch=('x86_64')
url="https://github.com/MartinBriza/adwaita-qt"
license=('GPL')
-makedepends=('cmake' 'git' 'qt5-base')
+depends=('qt5-base')
+makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
conflicts=('adwaita-qt-common' 'adwaita-qt-git')
replaces=('adwaita-qt-common' 'adwaita-qt-git')
@@ -25,7 +26,7 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-1.0/build"
+ cd "${srcdir}/${pkgname}-${pkgver}/build"
make DESTDIR="$pkgdir" install
install -Dm644 ../README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
install -Dm644 ../LICENSE.LGPL2 "${pkgdir}/usr/share/licences/${pkgname}/LICENSE"