summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-06-07 00:47:07 +0300
committerKonstantin2018-06-07 00:47:07 +0300
commitc0743eeb563f21f067e05ca444279f7c3d1ac84a (patch)
treec8596a05fc69a1db70ac8429a912bfb2af2eb157
parent3a730fac8784fda8df52438cbe2e02206ed9492f (diff)
downloadaur-c0743eeb563f21f067e05ca444279f7c3d1ac84a.tar.gz
Move to GitLab
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2c0a9cffae..5a565a1e6308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 11 22:47:27 UTC 2018
+# Wed Jun 6 21:44:39 UTC 2018
pkgbase = vala-panel-git
pkgdesc = Gtk3 panel for compositing window managers
- pkgver = 0.3.75
+ pkgver = 0.4.0
pkgrel = 1
- url = https://github.com/rilian-la-te/vala-panel
+ url = https://gitlab.com/vala-panel-project/vala-panel
arch = i686
arch = x86_64
license = LGPL3
@@ -17,8 +17,8 @@ pkgbase = vala-panel-git
optdepends = vala-panel-appmenu-valapanel: Global Menu
optdepends = vala-panel-sntray: System tray
provides = vala-panel=${pkgver}
- source = git://github.com/rilian-la-te/vala-panel.git
- source = git://github.com/rilian-la-te/cmake-vala.git
+ source = git://gitlab.com/vala-panel-project/vala-panel.git
+ source = git://gitlab.com/vala-panel-project/cmake-vala.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 07da23e0b700..084afb78ca35 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=vala-panel
pkgname=${_pkgname}-git
_cmakename=cmake-vala
-pkgver=0.3.75
+pkgver=0.4.0
pkgrel=1
pkgdesc="Gtk3 panel for compositing window managers"
-url="https://github.com/rilian-la-te/vala-panel"
+url="https://gitlab.com/vala-panel-project/vala-panel"
arch=('i686' 'x86_64')
license=('LGPL3')
depends=('gtk3' 'libwnck3' 'libpeas' 'gobject-introspection')
@@ -14,8 +14,8 @@ makedepends=('cmake' 'vala')
provides=('vala-panel=${pkgver}')
optdepends=('vala-panel-appmenu-valapanel: Global Menu'
'vala-panel-sntray: System tray')
-source=("git://github.com/rilian-la-te/${_pkgname}.git"
- "git://github.com/rilian-la-te/${_cmakename}.git")
+source=("git://gitlab.com/vala-panel-project/${_pkgname}.git"
+ "git://gitlab.com/vala-panel-project/${_cmakename}.git")
sha256sums=('SKIP'
'SKIP')