summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-08-03 17:59:37 -0400
committerSolomon Choina2020-08-03 17:59:37 -0400
commit0848dc8220331c00a98e364dfae3ba52e5b9061f (patch)
tree210b416f41ae6ed8d3424dc3ede3586e0592b125
parent1e65349486ec93cb6b1e6192294208d8ca9dc336 (diff)
downloadaur-0848dc8220331c00a98e364dfae3ba52e5b9061f.tar.gz
moving to gitlab
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41cd41e70950..4429f8ad892a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,12 @@ pkgbase = libxfce4util-git
makedepends = git
makedepends = xfce4-dev-tools
makedepends = gobject-introspection
+ makedepends = vala
depends = glib2
provides = libxfce4util=4.15.2.r1.ge475294
conflicts = libxfce4util
options = !libtool
- source = libxfce4util-git::git://git.xfce.org/xfce/libxfce4util
+ source = libxfce4util-git::git+https://gitlab.xfce.org/xfce/libxfce4util
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2bdfe99f295c..901233f995af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ url=http://git.xfce.org/xfce/${pkgname%-*}/tree/README
license=(GPL2)
groups=(xfce4-git)
depends=(glib2)
-makedepends=(git xfce4-dev-tools gobject-introspection)
+makedepends=(git xfce4-dev-tools gobject-introspection vala)
provides=(${pkgname%-*}=$pkgver)
conflicts=(${pkgname%-*})
options=(!libtool)
-source=($pkgname::git://git.xfce.org/xfce/${pkgname%-*})
+source=($pkgname::git+https://gitlab.xfce.org/xfce/${pkgname%-*})
sha256sums=('SKIP')
sha512sums=('SKIP')