Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
iso-codes
Commits:
80359b5d by Antonio Rojas at 2024-09-14T00:05:34+02:00
upgpkg: 4.17.0-1: Update to 4.17.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = iso-codes
pkgdesc = Lists of the country, language, and currency names
- pkgver = 4.16.0
+ pkgver = 4.17.0
pkgrel = 1
url = https://salsa.debian.org/iso-codes-team/iso-codes
arch = any
- license = LGPL
+ license = LGPL-2.1-only
+ makedepends = git
makedepends = python
- source =
https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v4.16.0/iso-codes-v4.16.0.tar.gz
- sha256sums =
7c990fc39a05975bedb0175e3ff09fc383048815f68b462abbf055a8032e66cc
+ source =
git+https://salsa.debian.org/iso-codes-team/iso-codes#tag=v4.17.0
+ sha256sums =
afd206beb6f33633280866d206598bc24384863a51d0fd6c1c82410b5f33eee5
pkgname = iso-codes
=====================================
PKGBUILD
=====================================
@@ -2,23 +2,24 @@
# Contributor: Jan de Groot <[email protected]>
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
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iso-codes/-/commit/80359b5d4c08610db6c95b61b77110efa4921263
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iso-codes/-/commit/80359b5d4c08610db6c95b61b77110efa4921263
You're receiving this email because of your account on gitlab.archlinux.org.