[arch-commits] Commit in libqb/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Oct 7 21:28:25 UTC 2019
Date: Monday, October 7, 2019 @ 21:28:24
Author: anthraxx
Revision: 514143
archrelease: copy trunk to community-x86_64
Added:
libqb/repos/community-x86_64/PKGBUILD
(from rev 514142, libqb/trunk/PKGBUILD)
Deleted:
libqb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 21:28:19 UTC (rev 514142)
+++ PKGBUILD 2019-10-07 21:28:24 UTC (rev 514143)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Marcin Wieczorek <marcin at marcin.co>
-# Contributor: ovi chis <ovi at ovios.org>
-
-pkgname=libqb
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Library for providing high performance, reusable features for client-server architecture'
-url='https://github.com/ClusterLabs/libqb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=('doxygen' 'splint')
-checkdepends=('check')
-provides=('libqb.so')
-source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('3f97fae57f526dea06530f8facb4bcb45b20a961f95ce75b4039d2978dd65288d8c14eb8d619617a89d0202fc7214157562adae06e8b7911264f2a2210b413e9'
- 'SKIP')
-validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine Caulfield (Chrissie at work) <ccaulfie at redhat.com>
-
-prepare() {
- cd ${pkgname}-${pkgver}
- ./autogen.sh
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -C tests VERBOSE=1 check
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --disable-fatal-warnings \
- --disable-static \
- --libdir=/usr/lib \
- --sbindir=/usr/bin
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libqb/repos/community-x86_64/PKGBUILD (from rev 514142, libqb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 21:28:24 UTC (rev 514143)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Marcin Wieczorek <marcin at marcin.co>
+# Contributor: ovi chis <ovi at ovios.org>
+
+pkgname=libqb
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Library for providing high performance, reusable features for client-server architecture'
+url='https://github.com/ClusterLabs/libqb'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('doxygen' 'splint')
+checkdepends=('check')
+provides=('libqb.so')
+source=(https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('78d3e5a33edaf2f2eb26e51055f1836180d22273b23e2a53ce77a5193e368a0b3beaa2739f99450ec4e6c004f6ce8dabbee07120fd9003a99e9178c0c379483e'
+ 'SKIP')
+validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537') # Christine Caulfield (Chrissie at work) <ccaulfie at redhat.com>
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ ./autogen.sh
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -C tests VERBOSE=1 check
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --disable-fatal-warnings \
+ --disable-static \
+ --libdir=/usr/lib \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list