Date: Monday, October 3, 2022 @ 01:05:51
Author: spupykin
Revision: 1320742
archrelease: copy trunk to community-x86_64
Added:
gensio/repos/community-x86_64/PKGBUILD
(from rev 1320741, gensio/trunk/PKGBUILD)
Deleted:
gensio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-03 01:05:25 UTC (rev 1320741)
+++ PKGBUILD 2022-10-03 01:05:51 UTC (rev 1320742)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Shinlun Hsieh <[email protected]>
-
-pkgname=gensio
-pkgver=2.5.2
-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=('f655104107923978ae3c6c94708725c686884cb6a64182e61a93d947d8879e05')
-
-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 1320741,
gensio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-03 01:05:51 UTC (rev 1320742)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Shinlun Hsieh <[email protected]>
+
+pkgname=gensio
+pkgver=2.5.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=('8fe53a42bc8eb60479e46dc240d9e207e22f83b52bb1ccbcd15405e99d6b591e')
+
+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
+}