summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-06-07 01:10:31 +0300
committerKonstantin2018-06-07 01:10:31 +0300
commit70cc58481d55bc1234d2c219e431d5c68518756a (patch)
treee03a12bf8323743ea855f2bb1ea915888cec9439
parentf0c2416ab2c18cced9ba26814e0d74596a35efea (diff)
downloadaur-70cc58481d55bc1234d2c219e431d5c68518756a.tar.gz
Update URL
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97d81782ba56..d57b6021cf64 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 6 21:44:48 UTC 2018
+# Wed Jun 6 22:10:30 UTC 2018
pkgbase = vala-panel-sntray-git
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
pkgver = 0.4.9
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/vala-panel-project/xfce4-sntray-plugin
arch = i686
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = vala-panel-sntray-git
makedepends = xfce4-panel>=4.11.2
makedepends = vala-panel-git
makedepends = budgie-desktop
- source = git://gitlab.com/vala-panel-project/xfce4-sntray-plugin.git
- source = git://gitlab.com/vala-panel-project/cmake-vala.git
- source = git://gitlab.com/vala-panel-project/vala-dbusmenu.git
+ source = git+https://gitlab.com/vala-panel-project/xfce4-sntray-plugin.git
+ source = git+https://gitlab.com/vala-panel-project/cmake-vala.git
+ source = git+https://gitlab.com/vala-panel-project/vala-dbusmenu.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3534d6eb54dc..029e75cc8cc2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,14 +61,14 @@ _pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=0.4.9
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox"
url="https://gitlab.com/vala-panel-project/xfce4-sntray-plugin"
arch=('i686' 'x86_64')
license=('LGPL')
-source=("git://gitlab.com/vala-panel-project/${_pkgbase}.git"
- "git://gitlab.com/vala-panel-project/${_cmakename}.git"
- "git://gitlab.com/vala-panel-project/${_dbusmenuname}.git")
+source=("git+https://gitlab.com/vala-panel-project/${_pkgbase}.git"
+ "git+https://gitlab.com/vala-panel-project/${_cmakename}.git"
+ "git+https://gitlab.com/vala-panel-project/${_dbusmenuname}.git")
sha256sums=('SKIP'
'SKIP'
'SKIP')