Date: Saturday, April 15, 2023 @ 17:26:26
  Author: spupykin
Revision: 1446180

upgpkg: gensio 2.6.2-1

Modified:
  gensio/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-15 17:24:19 UTC (rev 1446179)
+++ PKGBUILD    2023-04-15 17:26:26 UTC (rev 1446180)
@@ -2,7 +2,7 @@
 # Contributor: Shinlun Hsieh <[email protected]>
 
 pkgname=gensio
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="General Stream I/O"
 arch=(x86_64)
@@ -10,12 +10,12 @@
 license=('GPL')
 depends=()
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cminyard/gensio/archive/v$pkgver.tar.gz";)
-sha256sums=('a86974a344ad69b253503c5d27847dbbba1ddd004cdfd151edc915ca4836ebbd')
+sha256sums=('c23f720e97227cdc384edc938b6d49eb02c1d3e5daa0d6e8655395c22efca0ce')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
   test -x configure || ./reconf
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/ 
--with-python=no
   make
 }
 

Reply via email to