summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2016-09-04 00:30:49 +0200
committerIan Beringer2016-09-04 00:30:49 +0200
commit26d0a650ef498349f09c110176bcdc1532712222 (patch)
treef91867652de1b5fd40d51377424b5c17697d9c5f
parent9218155ade532f4cd95c0768f472a6aaa6a09448 (diff)
downloadaur-26d0a650ef498349f09c110176bcdc1532712222.tar.gz
Fix namcap errors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0faa184def..d1e6f9370572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libqb-git
pkgdesc = Library with the primary purpose of providing high performance client server reusable features
pkgver = 1.0.28.g4dff79e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ClusterLabs/libqb
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = libqb-git
makedepends = git
makedepends = doxygen
makedepends = splint
+ depends = glibc
provides = libqb
conflicts = libqb
source = libqb::git+https://github.com/ClusterLabs/libqb.git
diff --git a/PKGBUILD b/PKGBUILD
index 54743efb1948..2acfe173fa21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=libqb-git
_pkgname=libqb
pkgver=1.0.28.g4dff79e
-pkgrel=1
+pkgrel=2
pkgdesc='Library with the primary purpose of providing high performance client server reusable features'
arch=("i686" "x86_64")
+depends=("glibc")
makedepends=("git" "doxygen" "splint")
license=('LGPL2.1')
url=https://github.com/ClusterLabs/$_pkgname