[arch-commits] Commit in libseccomp/repos (4 files)

Tobias Powalowski tpowa at archlinux.org
Thu May 12 12:23:11 UTC 2016


    Date: Thursday, May 12, 2016 @ 14:23:11
  Author: tpowa
Revision: 267857

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

Added:
  libseccomp/repos/testing-i686/PKGBUILD
    (from rev 267856, libseccomp/trunk/PKGBUILD)
  libseccomp/repos/testing-x86_64/PKGBUILD
    (from rev 267856, libseccomp/trunk/PKGBUILD)
Deleted:
  libseccomp/repos/testing-i686/PKGBUILD
  libseccomp/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   48 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   24 -----------------------
 testing-x86_64/PKGBUILD |   24 -----------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-05-12 12:23:00 UTC (rev 267856)
+++ testing-i686/PKGBUILD	2016-05-12 12:23:11 UTC (rev 267857)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://sourceforge.net/projects/libseccomp/"
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('f93b366adc6a0dc94c37002b3ead67d1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/testing-i686/PKGBUILD (from rev 267856, libseccomp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-12 12:23:11 UTC (rev 267857)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e6f3e84921ef9c2e9188681963f0943f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-05-12 12:23:00 UTC (rev 267856)
+++ testing-x86_64/PKGBUILD	2016-05-12 12:23:11 UTC (rev 267857)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://sourceforge.net/projects/libseccomp/"
-depends=('glibc')
-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('f93b366adc6a0dc94c37002b3ead67d1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 267856, libseccomp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-12 12:23:11 UTC (rev 267857)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp"
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('e6f3e84921ef9c2e9188681963f0943f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list