summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuel Fernandes2018-12-10 16:24:55 +0000
committerEmanuel Fernandes2018-12-10 16:24:55 +0000
commita73e365d86db0d6c3b4b9baf101e411cfb92e313 (patch)
tree2181b845c71b7d6ef36ed25738b875bafe317133
parentea2e482fa922b655a3a1f8c09359a80aca4f6335 (diff)
downloadaur-a73e365d86db0d6c3b4b9baf101e411cfb92e313.tar.gz
update git source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700c79e3eca1..c8cab3bee9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 18 00:42:51 UTC 2017
pkgbase = clutter-git
pkgdesc = A toolkit for creating fast, portable, compelling dynamic UIs
- pkgver = 1.26.0.r34.g19c48d6de
+ pkgver = 1.26.2.r81.g3e3901c0a
pkgrel = 1
url = http://clutter-project.org/
arch = i686
@@ -14,9 +12,9 @@ pkgbase = clutter-git
depends = gtk3
depends = cogl
depends = libinput
- provides = clutter=1.26.0.r34.g19c48d6de
+ provides = clutter=1.26.2.r81.g3e3901c0a
conflicts = clutter
- source = git://git.gnome.org/clutter
+ source = git+https://gitlab.gnome.org/GNOME/clutter.git
md5sums = SKIP
pkgname = clutter-git
diff --git a/PKGBUILD b/PKGBUILD
index ec6117d4dc85..62ec0c631b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Joel Teichroeb <joel@teichroeb.net>
+# Maintainer: Emanuel Fernandes <efernandes@tektorque.com>
+# Contributor: Joel Teichroeb <joel@teichroeb.net>
# Contributor: atie H. <atie.at.matrix@gmail.com>
# Contributor: alesko <askondro@gmail.com>
pkgname=clutter-git
-pkgver=1.26.0.r34.g19c48d6de
+pkgver=1.26.2.r81.g3e3901c0a
pkgrel=1
pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@ depends=(gtk3 cogl libinput)
makedepends=(git gobject-introspection gtk-doc)
provides=("clutter=${pkgver}")
conflicts=('clutter')
-source=('git://git.gnome.org/clutter')
+source=('git+https://gitlab.gnome.org/GNOME/clutter.git')
md5sums=('SKIP')
pkgver() {