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

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 13:07:15 UTC 2022


    Date: Wednesday, March 2, 2022 @ 13:07:15
  Author: allan
Revision: 1139563

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/PKGBUILD
    (from rev 1139562, gensio/trunk/PKGBUILD)
Deleted:
  gensio/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 13:06:58 UTC (rev 1139562)
+++ PKGBUILD	2022-03-02 13:07:15 UTC (rev 1139563)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=gensio
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/"
-license=('GPL')
-depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz")
-sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 1139562, gensio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 13:07:15 UTC (rev 1139563)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=gensio
+pkgver=2.3.5
+pkgrel=2
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/"
+license=('GPL')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz")
+sha256sums=('6b364b1fe34c7b163afd0b60972789537971e7d7170cd8338edde3b9e138ad98')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  test -x configure || ./reconf
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list