summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2017-09-24 09:36:20 +0200
committerLuca Weiss2017-09-24 09:36:20 +0200
commitaee18877c7fa1cd4ad23ec9eab0fe6750f90fdde (patch)
tree3df8f23fa0dfb2a7f88d75203237916bff54679b /PKGBUILD
parent16f2075e5e996fc5dff0382d62e712f51aad9744 (diff)
downloadaur-aee18877c7fa1cd4ad23ec9eab0fe6750f90fdde.tar.gz
Edit the -0.6 PKGBUILD for the non-0.6 variant
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7011f31808ce..a1678fdf1f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: Severen Redwood <severen@shrike.me>
+# Maintainers: to-be-filled
# Contributors: Dave Reisner <dreisner@archlinux.org>
# Matthias Blaicher <matthias@blaicher.com>
-# Report all package issues to `https://github.com/SShrike/pkgbuilds`
+# Severen Redwood <severen@shrike.me>
-pkgname=capnproto-0.6
+pkgname=capnproto
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Cap'n Proto serialization/RPC system"
arch=('i686' 'x86_64')
url='http://kentonv.github.io/capnproto/'
license=('MIT')
+replaces=('capnproto-0.6')
provides=('capnproto')
conflicts=('capnproto-git')
source=("http://capnproto.org/capnproto-c++-${pkgver}.tar.gz")
-md5sums=('d48846a72abe327b44e258bd46294d1e')
+sha512sums=('cd35aec18175b28149cf39ccbf360f8023d2762d04c0d6fdfbd7789ca26eac6228dfec6a414f48ff78aec4aad4c3d9d5f143a6a59dd86c16f653fc538e64b58e')
build() {
cd "${srcdir}/capnproto-c++-${pkgver}"