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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 11 05:15:28 UTC 2019


    Date: Monday, February 11, 2019 @ 05:15:27
  Author: foutrelis
Revision: 345869

upgpkg: libidn2 2.1.1-2

Add libidn2.so provision to help prevent partial upgrades breaking pacman.

Modified:
  libidn2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 04:25:36 UTC (rev 345868)
+++ PKGBUILD	2019-02-11 05:15:27 UTC (rev 345869)
@@ -3,7 +3,7 @@
 
 pkgname=libidn2
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
 arch=('x86_64')
 url="https://www.gnu.org/software/libidn/#libidn2"
@@ -10,6 +10,7 @@
 license=('GPL2' 'LGPL3')
 depends=('libunistring')
 makedepends=('ruby-ronn')
+provides=('libidn2.so')
 source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
 sha256sums=('95416080329298a13269e13175041b530cec3d98b54cafae9424b8dfd22078b1'
             'SKIP')



More information about the arch-commits mailing list