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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Aug 12 21:45:20 UTC 2022


    Date: Friday, August 12, 2022 @ 21:45:19
  Author: spupykin
Revision: 1265818

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 21:44:47 UTC (rev 1265817)
+++ PKGBUILD	2022-08-12 21:45:19 UTC (rev 1265818)
@@ -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=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
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 1265817, gensio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 21:45:19 UTC (rev 1265818)
@@ -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.4.1
+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=('d344060af79e73fdd6dd795a7be1ac3f3a898ca68faa1458b26015263008623b')
+
+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