summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2019-11-02 00:12:51 +0800
committerpeeweep2019-11-02 00:12:51 +0800
commit06ff44cdb3194c949761206e80ca46985721c137 (patch)
tree2e937f5ea445ccc85a8950e048afb160ea041944
parent035d5c7359783996ccb55f2752be45bed0e0e9b0 (diff)
downloadaur-06ff44cdb3194c949761206e80ca46985721c137.tar.gz
bumper version 2.0.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9139754fb174..c268384c9349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = muduo
pkgdesc = A C++ non-blocking multi-threaded network library
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chenshuo/muduo
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 16ba19f487a0..05383c7c69f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Anatol Pomozov <anatol@google.com>
+# Maintainer: peeweep <peeweep at 0x0 dot ee>
+# Contributor: Anatol Pomozov <anatol@google.com>
pkgname=muduo
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A C++ non-blocking multi-threaded network library'
url='https://github.com/chenshuo/muduo'
license=(BSD)