summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f372a9c7a645..7454828f877a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = julia-zmq
+ pkgdesc = Julia binding to the native API of ØMQ project
pkgver = 0.6.4
pkgrel = 1
url = https://github.com/JuliaInterop/ZMQ.jl
diff --git a/PKGBUILD b/PKGBUILD
index 63595486eb58..659581f68404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgname=julia-zmq
_pkgname=ZMQ
pkgver=0.6.4
pkgrel=1
+pkgdesc='Julia binding to the native API of ØMQ project'
arch=(any)
url=https://github.com/JuliaInterop/ZMQ.jl
license=(MIT)