summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastavengers2016-04-07 08:19:05 +0800
committerlastavengers2016-04-07 08:19:05 +0800
commit2a3d88e01764ab23b524db4b30b26b3bc7756147 (patch)
treea32eec530abbc3cef170069eb8d4383643d14742
parent6a9a56b67ec137f4006a5ae7225cbbcfbe5b4678 (diff)
downloadaur-2a3d88e01764ab23b524db4b30b26b3bc7756147.tar.gz
change deps: meson -> meson-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 693f868a8ad6..27fbbfa80ff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 03:10:49 UTC 2016
+# Thu Apr 7 00:18:51 UTC 2016
pkgbase = ricin-git
pkgdesc = Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3
- pkgver = 0.537.628494f
+ pkgver = 0.540.62bb688
pkgrel = 1
url = https://github.com/RicinApp/Ricin
arch = i686
arch = x86_64
license = GPL3
makedepends = git
- makedepends = meson
+ makedepends = meson-git
makedepends = ninja
makedepends = vala
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index b32df35cca1a..0186ef2d0b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ricin-git
_pkgname=Ricin
_submodule=tox-vapi
-pkgver=0.537.628494f
+pkgver=0.540.62bb688
pkgrel=1
pkgdesc="Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3"
url="https://github.com/RicinApp/Ricin"
arch=('i686' 'x86_64')
license=('GPL3')
-makedepends=('git' 'meson' 'ninja' 'vala')
+makedepends=('git' 'meson-git' 'ninja' 'vala')
depends=('gtk3'
'toxcore'
'glib2'