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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 26 17:04:22 UTC 2020


    Date: Monday, October 26, 2020 @ 17:04:22
  Author: spupykin
Revision: 733995

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 17:04:14 UTC (rev 733994)
+++ PKGBUILD	2020-10-26 17:04:22 UTC (rev 733995)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=gensio
-pkgver=1.1
-pkgrel=2
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/"
-license=('GPL')
-depends=()
-source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  ./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 733994, gensio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-26 17:04:22 UTC (rev 733995)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=gensio
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/"
+license=('GPL')
+depends=()
+source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f0e85c9e88dd513540d7498def0714b73a7008d6d0e3bfce7c385243f5bd9a34')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./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