[arch-commits] Commit in fstrm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Mar 12 09:37:27 UTC 2019


    Date: Tuesday, March 12, 2019 @ 09:37:26
  Author: archange
Revision: 440618

archrelease: copy trunk to community-x86_64

Added:
  fstrm/repos/community-x86_64/PKGBUILD
    (from rev 440617, fstrm/trunk/PKGBUILD)
Deleted:
  fstrm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 09:37:05 UTC (rev 440617)
+++ PKGBUILD	2019-03-12 09:37:26 UTC (rev 440618)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=fstrm
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A C implementation of the Frame Streams data transport protocol"
-arch=('x86_64')
-url="https://github.com/farsightsec/fstrm"
-license=('Apache')
-depends=('libevent')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0')
-
-build() {
-	cd ${pkgname}-${pkgver}
-    autoreconf -vfi
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd ${pkgname}-${pkgver}
-	make -k check
-}
-
-package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="${pkgdir}" install
-
-	install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: fstrm/repos/community-x86_64/PKGBUILD (from rev 440617, fstrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-12 09:37:26 UTC (rev 440618)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=fstrm
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="A C implementation of the Frame Streams data transport protocol"
+arch=('x86_64')
+url="https://github.com/farsightsec/fstrm"
+license=('Apache')
+depends=('libevent')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('ca762fb260176f35af639376cc65c3f13a5f63d1cca42eb5ce87caca8d57c450')
+
+build() {
+	cd ${pkgname}-${pkgver}
+    autoreconf -vfi
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd ${pkgname}-${pkgver}
+	make -k check
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+
+	install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+



More information about the arch-commits mailing list