* update iso-codes to 4.17.0-1

This commit is contained in:
Alexander Baldeck 2024-09-24 08:01:13 +02:00
parent fce89fac4f
commit f9bea8eb2d
3 changed files with 27 additions and 7 deletions

13
iso-codes/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = iso-codes
pkgdesc = Lists of the country, language, and currency names
pkgver = 4.17.0
pkgrel = 1
url = https://salsa.debian.org/iso-codes-team/iso-codes
arch = any
license = LGPL-2.1-only
makedepends = git
makedepends = python
source = git+https://salsa.debian.org/iso-codes-team/iso-codes#tag=v4.17.0
sha256sums = afd206beb6f33633280866d206598bc24384863a51d0fd6c1c82410b5f33eee5
pkgname = iso-codes

View File

@ -0,0 +1,6 @@
[iso-codes]
source = 'gitlab'
gitlab = 'iso-codes-team/iso-codes'
host = 'salsa.debian.org'
use_max_tag = true
prefix = 'v'

View File

@ -3,23 +3,24 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=iso-codes
pkgver=4.16.0
pkgver=4.17.0
pkgrel=1
pkgdesc='Lists of the country, language, and currency names'
url='https://salsa.debian.org/iso-codes-team/iso-codes'
arch=(any)
license=(LGPL)
makedepends=(python)
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$pkgver/iso-codes-v$pkgver.tar.gz)
sha256sums=('7c990fc39a05975bedb0175e3ff09fc383048815f68b462abbf055a8032e66cc')
license=(LGPL-2.1-only)
makedepends=(git
python)
source=(git+https://salsa.debian.org/iso-codes-team/iso-codes#tag=v$pkgver)
sha256sums=('afd206beb6f33633280866d206598bc24384863a51d0fd6c1c82410b5f33eee5')
build() {
cd $pkgname-v$pkgver
cd $pkgname
./configure --prefix=/usr
make
}
package() {
cd $pkgname-v$pkgver
cd $pkgname
make DESTDIR="$pkgdir" install
}