summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Oickle2022-07-29 06:39:26 -0300
committerGitHub2022-07-29 11:39:26 +0200
commit7cc814007a1182bbd461fca6755db4f022a4808e (patch)
tree36944ef66710ec2883ed3734a7c154b01b01d54c /PKGBUILD
parent3e38a4ee0e9d08a674ae8e9b0a22984df529df2f (diff)
downloadaur-7cc814007a1182bbd461fca6755db4f022a4808e.tar.gz
Update OpenWeather build and depends (#4)
* Update OpenWeather build and depends * Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffa209d2e871..92faa2b3651c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=gnome-shell-extension-openweather-git
_pkgbase=openweather
-pkgver=1.2.r18.g951a47a
+pkgver=107.r4.g920f5dd
pkgrel=1
pkgdesc="Gnome shell extension for displaying weather information"
arch=(any)
url="https://gitlab.com/skrewball/openweather"
license=(GPL3)
-depends=(glib2 gettext pkg-config gnome-shell gnome-icon-theme)
-makedepends=(git gnome-common autoconf automake intltool)
+depends=('dconf' 'gnome-shell')
+makedepends=('git')
provides=(gnome-shell-extension-weather-git)
conflicts=(gnome-shell-extension-weather-git)
source=($_pkgbase::git+$url.git)
@@ -25,8 +25,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgbase"
- ./autogen.sh --prefix=/usr
- make
+ make mergepo
}
package() {