diff options
author | Chocobo1 | 2023-04-11 16:11:09 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-11 16:11:09 +0800 |
commit | b30f0afd8ac70a1471bfb8bfd8c7f02608020aeb (patch) | |
tree | dd2c5b1cbdd93af2ac370fb7d92d220972653cff /PKGBUILD | |
parent | aa218c5bc50e558c0166432d5d42bbd8eecdc615 (diff) | |
download | aur-b30f0afd8ac70a1471bfb8bfd8c7f02608020aeb.tar.gz |
upgpkg: libunistring-git 1.1.r2.g34b971f-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> pkgname=libunistring-git -pkgver=0.9.8.r3.g66423d1 +pkgver=1.1.r2.g34b971f pkgrel=1 pkgdesc="A library provides functions for manipulating Unicode strings and for manipulating C strings" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="https://www.gnu.org/software/libunistring/" license=('GPL3') depends=('glibc') makedepends=('git' 'gperf' 'wget') -provides=('libunistring') +provides=("libunistring=$pkgver") conflicts=('libunistring') options=('staticlibs') source=("git+https://git.savannah.gnu.org/git/libunistring.git") @@ -26,7 +26,8 @@ build() { cd "libunistring" ./autogen.sh - ./configure --prefix="/usr" + ./configure \ + --prefix="/usr" make } |