summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-23 22:58:59 -0800
committerAndy Weidenbaum2015-12-23 22:58:59 -0800
commit159e2e2c52a88adad3da17f71725017d31e8e527 (patch)
tree0c54fd0d1c2500eb07c36dc47f7ed4af85ae9048
parentc593a6f4b07979b945788427d28adbf4cfa52a20 (diff)
downloadaur-159e2e2c52a88adad3da17f71725017d31e8e527.tar.gz
fix deps for dynamically linked libs
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd9094195df..8eb5cdc07339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 18:16:01 UTC 2015
+# Thu Dec 24 05:27:49 UTC 2015
pkgbase = czmqpp-git
pkgdesc = C++ wrapper for czmq
pkgver = 20150212
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zeromq/czmqpp
arch = i686
arch = x86_64
license = LGPL3
makedepends = autoconf
- makedepends = czmq-git
makedepends = gcc
makedepends = git
makedepends = make
makedepends = pkg-config
- makedepends = zeromq
+ depends = czmq-git
+ depends = zeromq
provides = czmqpp
conflicts = czmqpp
source = git+https://github.com/zeromq/czmqpp
diff --git a/PKGBUILD b/PKGBUILD
index 971c9dc9b9c1..398ee4fddfee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,11 @@
pkgname=czmqpp-git
pkgver=20150212
-pkgrel=2
+pkgrel=3
pkgdesc="C++ wrapper for czmq"
arch=('i686' 'x86_64')
-makedepends=('autoconf'
- 'czmq-git'
- 'gcc'
- 'git'
- 'make'
- 'pkg-config'
- 'zeromq')
+depends=('czmq-git' 'zeromq')
+makedepends=('autoconf' 'gcc' 'git' 'make' 'pkg-config')
url="https://github.com/zeromq/czmqpp"
license=('LGPL3')
source=(git+https://github.com/zeromq/czmqpp)