[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 26 06:20:20 UTC 2022


    Date: Tuesday, July 26, 2022 @ 06:20:19
  Author: arojas
Revision: 451648

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
    (from rev 451647, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-26 06:20:05 UTC (rev 451647)
+++ PKGBUILD	2022-07-26 06:20:19 UTC (rev 451648)
@@ -1,24 +0,0 @@
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://salsa.debian.org/iso-codes-team/iso-codes"
-license=('LGPL')
-makedepends=(python)
-source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$pkgver/iso-codes-v$pkgver.tar.gz)
-sha256sums=('403029f6208821c4f6069d7dc424361952b500aeacb93602c6c70543c3b35c83')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 451647, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-26 06:20:19 UTC (rev 451648)
@@ -0,0 +1,24 @@
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=4.11.0
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="https://salsa.debian.org/iso-codes-team/iso-codes"
+license=('LGPL')
+makedepends=(python)
+source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$pkgver/iso-codes-v$pkgver.tar.gz)
+sha256sums=('408f799df4135468fa7ca35eb6b05c4004bea443d81ca58b89b2e482401a82bb')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}



More information about the arch-commits mailing list