summarylogtreecommitdiffstats
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
parent4b6d064ba2523b74a77de729bcd93e42bec2d976 (diff)
downloadaur-557cc4a5121f625219f203d2e3055b68d2b1080a.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702cc777e447..32927b94b142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 01:11:26 UTC 2016
+# Sun Mar 27 00:00:34 UTC 2016
pkgbase = plasma5-applets-weather-widget-git
pkgdesc = Plasmoid for Plasma 5. Shows weather information from yr.no server.
- pkgver = r84.2beaebc
+ pkgver = r88.6622715
pkgrel = 1
url = https://github.com/kotelnik/plasma-applet-weather-widget
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = git
makedepends = extra-cmake-modules
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
}