Date: Tuesday, September 20, 2016 @ 06:52:01
  Author: jleclanche
Revision: 190008

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libsysstat/repos/community-i686/PKGBUILD
    (from rev 190007, libsysstat/trunk/PKGBUILD)
  libsysstat/repos/community-x86_64/PKGBUILD
    (from rev 190007, libsysstat/trunk/PKGBUILD)
Deleted:
  libsysstat/repos/community-i686/PKGBUILD
  libsysstat/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 --------------------
 community-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 76 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-09-20 06:51:42 UTC (rev 190007)
+++ community-i686/PKGBUILD     2016-09-20 06:52:01 UTC (rev 190008)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=libsysstat
-pkgver=0.3.1
-pkgrel=3
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=(
-       "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
-       
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
-       "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=/usr/lib
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-i686/PKGBUILD (from rev 190007, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-09-20 06:52:01 UTC (rev 190008)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=libsysstat
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+       
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "783ce129e781a9d7cd22b31f59ca6d739801dd4ec7107545084bbfb25aab2838"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-09-20 06:51:42 UTC (rev 190007)
+++ community-x86_64/PKGBUILD   2016-09-20 06:52:01 UTC (rev 190008)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=libsysstat
-pkgver=0.3.1
-pkgrel=3
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=(
-       "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";
-       
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648"
-       "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=/usr/lib
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-x86_64/PKGBUILD (from rev 190007, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-20 06:52:01 UTC (rev 190008)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=libsysstat
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=(
+       
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxde/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+       "783ce129e781a9d7cd22b31f59ca6d739801dd4ec7107545084bbfb25aab2838"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to