summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Saarinen2018-10-03 21:11:08 +0300
committerJussi Saarinen2018-10-03 21:11:08 +0300
commit425f164376bb0796ea2fa383ea8768ae50687560 (patch)
tree2312ed497439e8a90a962f762bc242e9ef948d98
parent415165622e7f4419ab37d343d9046366c410afbc (diff)
downloadaur-425f164376bb0796ea2fa383ea8768ae50687560.tar.gz
Fixed source URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c565637866e..38b7934de8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnome-shell-extension-openweather-git
pkgdesc = A simple extension for displaying weather informations from several cities in GNOME Shell.
- pkgver = r729.9d0b1b1
- pkgrel = 1
- url = https://github.com/jenslody/gnome-shell-extension-openweather
+ pkgver = r1048.401d68e
+ pkgrel = 2
+ url = https://gitlab.com/jenslody/gnome-shell-extension-openweather
install = gschemas.install
arch = any
license = GPL3
@@ -20,7 +20,7 @@ pkgbase = gnome-shell-extension-openweather-git
conflicts = gnome-shell-extension-weather-neroth-git
conflicts = gnome-shell-extension-weather-git
conflicts = gnome-shell-extension-yawe-git
- source = gnome-shell-extension-openweather-git::git+https://github.com/jenslody/gnome-shell-extension-openweather#branch=master
+ source = gnome-shell-extension-openweather-git::git+https://gitlab.com/jenslody/gnome-shell-extension-openweather.git#branch=master
sha256sums = SKIP
pkgname = gnome-shell-extension-openweather-git
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
+}