summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastavengers2016-03-02 12:40:03 +0800
committerlastavengers2016-03-02 12:40:03 +0800
commit2d3bdb382b5150b2f6437eeb29f657b8af6ed8bb (patch)
treed63ce7691ec0a251dcb142c0be9070601cd88167
parent54d25abc731c67a5b4fc0f450af4700f2b30a470 (diff)
downloadaur-2d3bdb382b5150b2f6437eeb29f657b8af6ed8bb.tar.gz
update pkgvel & typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e068b6579a8c..39cf98c548b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 04:32:53 UTC 2016
+# Wed Mar 2 04:39:42 UTC 2016
pkgbase = ricin-git
pkgdesc = Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3
pkgver = 0.385.2f01896
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RicinApp/Ricin
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ricin-git
depends = glib2
depends = json-glib
depends = libsoup
- depends = libnotify,
+ depends = libnotify
depends = libconfig
provides = ricin
conflicts = ricin
diff --git a/PKGBUILD b/PKGBUILD
index c91fa381ce05..cbe9a34ed57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=ricin-git
_pkgname=Ricin
_submodule=tox-vapi
pkgver=0.385.2f01896
-pkgrel=1
+pkgrel=2
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', 'libconfig')
+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')