summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2da2786ecf7..e068b6579a8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 12:55:20 UTC 2016
+# Wed Mar 2 04:32:53 UTC 2016
pkgbase = ricin-git
pkgdesc = Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3
- pkgver = 0.261.abcc501
+ pkgver = 0.385.2f01896
pkgrel = 1
url = https://github.com/RicinApp/Ricin
arch = i686
@@ -16,7 +16,8 @@ pkgbase = ricin-git
depends = glib2
depends = json-glib
depends = libsoup
- depends = libnotify
+ depends = libnotify,
+ depends = libconfig
provides = ricin
conflicts = ricin
source = git+https://github.com/RicinApp/Ricin.git
diff --git a/PKGBUILD b/PKGBUILD
index e10405a456fe..c91fa381ce05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ricin-git
_pkgname=Ricin
_submodule=tox-vapi
-pkgver=0.261.abcc501
+pkgver=0.385.2f01896
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=('meson' 'ninja' 'vala')
-depends=('gtk3' 'toxcore' 'glib2' 'json-glib' 'libsoup' 'libnotify')
+depends=('gtk3' 'toxcore' 'glib2' 'json-glib' 'libsoup' 'libnotify', 'libconfig')
source=("git+https://github.com/RicinApp/Ricin.git"
"git+https://github.com/RicinApp/tox-vapi.git")
sha256sums=('SKIP' 'SKIP')