summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-01-19 11:37:38 +0800
committerChocobo12021-01-19 11:37:38 +0800
commit02c003f74de0e83750a514f5fa9d53571d5e3dda (patch)
treed9ea3ebc49944df87617007bca4baa8208990e3d
parent768ba491fd6536e013157764340cc54f3af4019b (diff)
downloadaur-02c003f74de0e83750a514f5fa9d53571d5e3dda.tar.gz
upgpkg: libidn2-git 2.3.0.r26.g985686b-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b45fcff7d65..b11a6d1544cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libidn2-git
pkgdesc = An implementation of IDNA 2008 and TR46
- pkgver = 2.0.4.r20.g45b56ae
- pkgrel = 3
+ pkgver = 2.3.0.r26.g985686b
+ pkgrel = 1
url = https://www.gnu.org/software/libidn/#libidn2
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = libidn2-git
depends = glibc
depends = libunistring
provides = libidn2
+ provides = libidn2.so
conflicts = libidn2
options = staticlibs
source = git+https://gitlab.com/libidn/libidn2.git
diff --git a/PKGBUILD b/PKGBUILD
index b51897cd0dea..1cd13e50551a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libidn2-git
-pkgver=2.0.4.r20.g45b56ae
-pkgrel=3
+pkgver=2.3.0.r26.g985686b
+pkgrel=1
pkgdesc="An implementation of IDNA 2008 and TR46"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libidn/#libidn2"
license=('GPL' 'LGPL')
depends=('glibc' 'libunistring')
makedepends=('git' 'gengetopt' 'rsync' 'wget' 'gtk-doc' 'ruby-ronn')
-provides=('libidn2')
+provides=('libidn2' 'libidn2.so')
conflicts=('libidn2')
options=('staticlibs')
source=("git+https://gitlab.com/libidn/libidn2.git")
@@ -26,7 +26,9 @@ build() {
cd "libidn2"
./bootstrap
- ./configure --prefix="/usr" --enable-gtk-doc
+ ./configure \
+ --prefix="/usr" \
+ --enable-gtk-doc
make
}