[arch-commits] Commit in restbed/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Thu May 25 17:22:07 UTC 2017


    Date: Thursday, May 25, 2017 @ 17:22:07
  Author: zorun
Revision: 230157

upgpkg: restbed 4.5-2

Conflicts with and replace restbed-latest from AUR

Modified:
  restbed/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 17:21:51 UTC (rev 230156)
+++ PKGBUILD	2017-05-25 17:22:07 UTC (rev 230157)
@@ -2,12 +2,14 @@
 # Contributor: Justin Wilcox <nat1192 at gmail dot com>
 pkgname=restbed
 pkgver=4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A framework for asynchronous RESTful functionality in C++11 applications"
 arch=('i686' 'x86_64')
 url="https://github.com/Corvusoft/restbed"
 license=('AGPL3')
 depends=('openssl')
+replaces=('restbed-latest')
+conflicts=('restbed-latest')
 makedepends=('cmake' 'asio' 'kashmir')
 source=("https://github.com/Corvusoft/restbed/archive/$pkgver/$pkgname-$pkgver.tar.gz"
         "strand.patch")



More information about the arch-commits mailing list