summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370fff896ecc..1809f17f520f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meteo-gtk
pkgdesc = A forecast application using OpenWeatherMap API
pkgver = 0.9.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/bitseater/meteo
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 03483aeb8fe0..9e75950ae9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=meteo-gtk
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="A forecast application using OpenWeatherMap API"
arch=('any')
url="https://gitlab.com/bitseater/meteo"
@@ -16,7 +16,7 @@ sha256sums=('22d8132e9c3bc62b3ec090275abd8b211d9d99b89812dc69e987cd315f898d0d')
build() {
cd "${pkgname%-gtk}-$pkgver"
- meson . build --prefix /usr
+ arch-meson . build
ninja -C build
}