[arch-commits] Commit in gensio/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Fri Jul 30 14:35:28 UTC 2021
Date: Friday, July 30, 2021 @ 14:35:28
Author: spupykin
Revision: 990983
archrelease: copy trunk to community-x86_64
Added:
gensio/repos/community-x86_64/PKGBUILD
(from rev 990982, gensio/trunk/PKGBUILD)
Deleted:
gensio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-30 14:35:17 UTC (rev 990982)
+++ PKGBUILD 2021-07-30 14:35:28 UTC (rev 990983)
@@ -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.2.4
-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=('b77e624b368bbee9b78b3b1e2f356680f701b36cc82356f36d90355963ee00e2')
-
-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 990982, gensio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-30 14:35:28 UTC (rev 990983)
@@ -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.2.8
+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=('edfc613d9fd0edc28ebc9705c5c712d33387098fac63d15f66a8082b230382b9')
+
+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