summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Kostolný2016-03-27 01:00:54 +0100
committerMartin Kostolný2016-03-27 01:00:54 +0100
commit557cc4a5121f625219f203d2e3055b68d2b1080a (patch)
treedab1786252fa2d76054867ef16974a28b82fe5e8 /PKGBUILD
parent4b6d064ba2523b74a77de729bcd93e42bec2d976 (diff)
downloadaur-557cc4a5121f625219f203d2e3055b68d2b1080a.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a2bc362394a..e0187e3b8b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=plasma5-applets-weather-widget-git
_pkgname=plasma5-applets-weather-widget
_gitpkgname=plasma-applet-weather-widget
-pkgver=r84.2beaebc
+pkgver=r88.6622715
pkgrel=1
pkgdesc="Plasmoid for Plasma 5. Shows weather information from yr.no server."
-arch=('any')
+arch=('i686' 'x86_64')
url="https://github.com/kotelnik/$_gitpkgname"
license=('GPL')
depends=('plasma-workspace' 'qt5-graphicaleffects')
@@ -31,7 +31,7 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}