summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2015-10-06 16:48:24 -0700
committermydongistiny2015-10-06 16:48:24 -0700
commit38429a8d9cd71bd0118cb211ace2f18078191fa6 (patch)
tree86adff00e9079f3dc09d7c42acb418d436cd331b
parentddeb64085ea4a7b86b1dd87eda35a4d4f3af82c1 (diff)
downloadaur-38429a8d9cd71bd0118cb211ace2f18078191fa6.tar.gz
3.15.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d1ec98e0310..b10f783f62fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meld-dev
pkgdesc = Visual diff and merge tool
- pkgver = 3.14.0
+ pkgver = 3.15.0
pkgrel = 1
url = http://meldmerge.org/
install = meld.install
@@ -20,8 +20,8 @@ pkgbase = meld-dev
provides = meld
conflicts = meld
options = !emptydirs
- source = https://download.gnome.org/sources/meld/3.14/meld-3.14.0.tar.xz
- sha256sums = SKIP
+ source = http://ftp.gnome.org/pub/GNOME/sources/meld/3.15/meld-3.15.0.tar.xz
+ sha256sums = 3ac5ee6e5177183a24e72ae6681b685c7e410ff756c5ea2b65ff033db400aeca
pkgname = meld-dev
diff --git a/PKGBUILD b/PKGBUILD
index 59b0ce2dd6bc..0ab8a3ea670c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=meld
pkgname=$_name-dev
-pkgver=3.14.0
+pkgver=3.15.0
pkgrel=1
pkgdesc='Visual diff and merge tool'
arch=('any')
@@ -20,8 +20,8 @@ provides=($_name)
conflicts=($_name)
install=meld.install
options=('!emptydirs')
-source=("https://download.gnome.org/sources/meld/3.14/meld-3.14.0.tar.xz")
-sha256sums=('SKIP')
+source=("http://ftp.gnome.org/pub/GNOME/sources/meld/3.15/meld-3.15.0.tar.xz")
+sha256sums=('3ac5ee6e5177183a24e72ae6681b685c7e410ff756c5ea2b65ff033db400aeca')
pkgver() {
cd $_name-$pkgver