[arch-commits] Commit in libmesode/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jan 10 16:40:31 UTC 2021


    Date: Sunday, January 10, 2021 @ 16:40:31
  Author: anthraxx
Revision: 817127

upgpkg: libmesode 0.10.1-1

Modified:
  libmesode/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 16:38:20 UTC (rev 817126)
+++ PKGBUILD	2021-01-10 16:40:31 UTC (rev 817127)
@@ -2,17 +2,18 @@
 
 pkgbase=libmesode
 pkgname=('libmesode' 'libmesode-doc')
-pkgver=0.9.3
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Simple, lightweight C library for writing prifanity XMPP client'
 url='https://github.com/boothj5/libmesode'
 arch=('x86_64')
 license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'doxygen')
+depends=('glibc' 'openssl' 'expat')
+makedepends=('doxygen')
 checkdepends=('check')
-options=('staticlibs')
-source=(https://github.com/boothj5/libmesode/archive/${pkgver}/${pkgname}-${pkgver}..tar.gz)
-sha512sums=('572b51d762a9b7eabf8d49106219eb60613c054ac35915a54eb43ff153e434bc08c32003bc9d2277a679f246f90973bb0b47ac93af7cffcdbae07af4d2af3db8')
+source=(https://github.com/boothj5/libmesode/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('00890ac903ed367872903242116527f229255bcc8988f87005b12a40a903d3b6133dff26229387c49de1ba6d911707adfc73a8a662864843899322c90e10dba7')
+b2sums=('485ee7e431befadcee34a7c8535818f692d35f0b619784c95d19b9ab19b7b0fc25e64bdb0f50a89a2709386304b3bae724a3e66f1622bcb8cc2b290bed32fae5')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -31,7 +32,8 @@
 }
 
 package_libmesode() {
-  depends=('openssl' 'expat')
+  provides=('libmesode.so')
+  depends+=('libexpat.so')
   cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 MIT-LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
@@ -39,6 +41,7 @@
 
 package_libmesode-doc() {
   pkgdesc+=' (documentation and samples)'
+  depends=()
   options=('!strip')
   optdepends=('libmesode')
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list