summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPetr Manek2019-07-21 16:59:00 +0200
committerPetr Manek2019-07-21 16:59:00 +0200
commitf7377c55649ba57296c75868b839b79913ccea2a (patch)
treeeebff444d5549822d4475122be6bfedc434d25ba /PKGBUILD
parent240384f25150a51e2dddc4e3c4c9058059cac54a (diff)
downloadaur-mio-git.tar.gz
correct provides option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1101bea7c5db..d3c50412c4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=mio-git
_pkgname=mio
pkgver=r118.b9737f6
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform C++11 header-only library for memory mapped file IO"
arch=(any)
license=(MIT)
makedepends=(git cmake make)
depends=()
-provides=(rpclib)
+provides=(mio)
source=("git://github.com/mandreyel/mio")
url="https://github.com/mandreyel/mio"
md5sums=(SKIP)