summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislaw Datskevich2017-07-02 16:48:22 +0300
committerStanislaw Datskevich2017-07-02 16:48:22 +0300
commit16f2075e5e996fc5dff0382d62e712f51aad9744 (patch)
treed3eebf923e50ee717cfdc8faa5293a5496b31723 /PKGBUILD
parentbbce6ff3a6fd7102f20a14537fb915e3bfee3160 (diff)
downloadaur-16f2075e5e996fc5dff0382d62e712f51aad9744.tar.gz
Fixed typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a07628701a3a..7011f31808ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=capnproto-0.6
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cap'n Proto serialization/RPC system"
arch=('i686' 'x86_64')
url='http://kentonv.github.io/capnproto/'
license=('MIT')
-provides=capnproto
+provides=('capnproto')
conflicts=('capnproto-git')
source=("http://capnproto.org/capnproto-c++-${pkgver}.tar.gz")
md5sums=('d48846a72abe327b44e258bd46294d1e')