[arch-commits] Commit in haskell-network-protocol-xmpp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 18 13:53:10 UTC 2020


    Date: Tuesday, February 18, 2020 @ 13:53:10
  Author: felixonmars
Revision: 575933

upgpkg: haskell-network-protocol-xmpp 0.4.9-1: rebuild with network-protocol-xmpp 0.4.9

Modified:
  haskell-network-protocol-xmpp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 13:36:29 UTC (rev 575932)
+++ PKGBUILD	2020-02-18 13:53:10 UTC (rev 575933)
@@ -3,10 +3,10 @@
 
 _hkgname=network-protocol-xmpp
 pkgname=haskell-network-protocol-xmpp
-pkgver=0.4.8
-pkgrel=156
+pkgver=0.4.9
+pkgrel=1
 pkgdesc="Client library for the XMPP protocol."
-url="https://john-millikin.com/software/haskell-xmpp/"
+url="https://git.sr.ht/~singpolyma/network-protocol-xmpp"
 license=("GPL3")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-gnuidn" "haskell-gnutls" "haskell-gsasl" "haskell-libxml-sax"
@@ -13,7 +13,7 @@
          "haskell-monads-tf" "haskell-network" "haskell-xml-types")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('029cbb1a0ea6691fd886b326eee7a24e8300bbece1f0c0f564b43b0e344f4107ca980d97342271cab0b9c1333fc445ac10f7dfae41dd2b6e6ea995bfb810311e')
+sha512sums=('51c97677a4e56b016c23287076ee75a6ca023b9d4e073aae2d9b406e2f3aaa5147194d0f08e3673562df6b965b686b115577da9ce92a94892c515a6032989c86')
 
 build() {
     cd $_hkgname-$pkgver
@@ -34,5 +34,5 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list