summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c2db1471f15..89ab3122606f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Christian METZLER <neroth@xeked.com>
pkgname=gnome-shell-extension-openweather-git
-pkgver=r729.9d0b1b1
-pkgrel=1
+pkgver=r1048.401d68e
+pkgrel=2
pkgdesc="A simple extension for displaying weather informations from several cities in GNOME Shell."
arch=(any)
-url="https://github.com/jenslody/gnome-shell-extension-openweather"
+url="https://gitlab.com/jenslody/gnome-shell-extension-openweather"
license=(GPL3)
depends=(glib2 gettext pkg-config)
makedepends=(git gnome-common autoconf automake intltool)
@@ -17,7 +17,7 @@ conflicts=(gnome-shell-extension-weather-neroth-git
gnome-shell-extension-weather-git
gnome-shell-extension-yawe-git)
install='gschemas.install'
-source=("$pkgname"::"git+https://github.com/jenslody/gnome-shell-extension-openweather#branch=master")
+source=("$pkgname"::"git+https://gitlab.com/jenslody/gnome-shell-extension-openweather.git#branch=master")
sha256sums=('SKIP')
pkgver() {
@@ -34,4 +34,4 @@ build() {
package() {
cd "$srcdir/$pkgname"
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}