summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb5cdc07339..8ada68e5372d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 24 05:27:49 UTC 2015
+# Fri May 6 00:13:44 UTC 2016
pkgbase = czmqpp-git
pkgdesc = C++ wrapper for czmq
- pkgver = 20150212
- pkgrel = 3
+ pkgver = 20160505
+ pkgrel = 1
url = https://github.com/zeromq/czmqpp
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = czmqpp-git
makedepends = git
makedepends = make
makedepends = pkg-config
- depends = czmq-git
+ depends = czmq
depends = zeromq
provides = czmqpp
conflicts = czmqpp
diff --git a/PKGBUILD b/PKGBUILD
index 398ee4fddfee..20a8c1ff1b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: bobberb
pkgname=czmqpp-git
-pkgver=20150212
-pkgrel=3
+pkgver=20160505
+pkgrel=1
pkgdesc="C++ wrapper for czmq"
arch=('i686' 'x86_64')
-depends=('czmq-git' 'zeromq')
+depends=('czmq' 'zeromq')
makedepends=('autoconf' 'gcc' 'git' 'make' 'pkg-config')
url="https://github.com/zeromq/czmqpp"
license=('LGPL3')