summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2019-10-27 17:24:21 -0700
committermydongistiny2019-10-27 17:25:33 -0700
commit0a672f5c24ebe094930e7dd43dd2f6004709d9b8 (patch)
treeedcf3518d40835667f5f3862858ccf5db9398b30
parenta14256282bd892347aa46a2ef2ad07c9b15a2c07 (diff)
downloadaur-0a672f5c24ebe094930e7dd43dd2f6004709d9b8.tar.gz
Add missing dependency and switch to gitlab
The github repo is behind the gitlab one so switch so the latest code is always used and add a missing dependency on appstream-glib Signed-off-by: mydongistiny <jaysonedson@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf67b524389c..2298a0e9593e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = meld-git
pkgdesc = Visual diff and merge tool
- pkgver = 3.20.0.465.gc931d532
+ pkgver = 3.20.0.485.gff5916e7
pkgrel = 1
url = http://meldmerge.org/
install = meld.install
arch = any
license = GPL
makedepends = meson
+ makedepends = appstream-glib
makedepends = intltool
makedepends = gnome-doc-utils
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 873380887e31..af116b916001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=meld
pkgname=$_pkgname-git
-pkgver=3.20.0.465.gc931d532
+pkgver=3.20.0.485.gff5916e7
pkgrel=1
_realver=3.21.0
pkgdesc='Visual diff and merge tool'
@@ -17,6 +17,7 @@ depends=('python>=3.3'
'gtksourceview4>=4.0.0'
'python-cairo>=1.10.0-6')
makedepends=('meson'
+ 'appstream-glib'
'intltool'
'gnome-doc-utils'
'git'
@@ -26,7 +27,7 @@ conflicts=('meld' 'meld-dev')
provides=('meld')
install=meld.install
options=('!emptydirs')
-source=("git+https://github.com/GNOME/meld.git")
+source=("git+https://gitlab.gnome.org/GNOME/meld.git")
sha256sums=('SKIP')
pkgver() {