Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libunistring


Commits:
bf2b6664 by Tobias Powalowski at 2024-12-27T19:33:37+01:00
upgpkg: 1.3-1: update to latest version, fixed license array

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,18 @@
 pkgbase = libunistring
        pkgdesc = Library for manipulating Unicode strings and C strings
-       pkgver = 1.2
+       pkgver = 1.3
        pkgrel = 1
        url = https://www.gnu.org/software/libunistring/
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-or-later
+       license = LGPL-3.0-or-later
        depends = glibc
        provides = libunistring.so
-       source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.2.tar.xz
-       source = 
https://ftp.gnu.org/gnu/libunistring/libunistring-1.2.tar.xz.sig
+       source = https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.xz
+       source = 
https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.xz.sig
        validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
        validpgpkeys = 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
-       sha256sums = 
632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44
-       sha256sums = SKIP
-       b2sums = 
606c6fdd93f05b01e9b08b3bd30283afcbf9a3425abf900e7672f1d6eb91b51009913d4f5e45a4c1c1b82a84b4870d3eaced9ca76fd570936ad5c39c94038fc7
+       b2sums = 
213d24ea4ba5e960a030bd83fc1b6c9d9a5e33d63ade8874e2a15d1b7a0acbe4b2d03df18065f6c17f01bfed94f7e70ef474e713f5c5ad2375cf2438457b0379
        b2sums = SKIP
 
 pkgname = libunistring


=====================================
PKGBUILD
=====================================
@@ -6,34 +6,33 @@
 # Contributor: Patrick McCarty <pnorcks at gmail dot com>
 
 pkgname=libunistring
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Library for manipulating Unicode strings and C strings'
 url='https://www.gnu.org/software/libunistring/'
 arch=(x86_64)
-license=(GPL)
+license=(
+  GPL-2.0-or-later
+  LGPL-3.0-or-later
+  )
 depends=(glibc)
 provides=('libunistring.so')
 source=(https://ftp.gnu.org/gnu/$pkgname/${pkgname}-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno 
<[email protected]>
               '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open 
Source Development) <[email protected]>
-sha256sums=('632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44'
-            'SKIP')
-b2sums=('606c6fdd93f05b01e9b08b3bd30283afcbf9a3425abf900e7672f1d6eb91b51009913d4f5e45a4c1c1b82a84b4870d3eaced9ca76fd570936ad5c39c94038fc7'
+b2sums=('213d24ea4ba5e960a030bd83fc1b6c9d9a5e33d63ade8874e2a15d1b7a0acbe4b2d03df18065f6c17f01bfed94f7e70ef474e713f5c5ad2375cf2438457b0379'
         'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  make -C $pkgname-$pkgver check
+  make -C ${pkgname}-${pkgver} check
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install
 }
-
-# vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunistring/-/commit/bf2b6664827cc4440a9a60ed1f9b1a668706dbd2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunistring/-/commit/bf2b6664827cc4440a9a60ed1f9b1a668706dbd2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to