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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 3 21:50:55 UTC 2022


    Date: Monday, January 3, 2022 @ 21:50:55
  Author: arojas
Revision: 433351

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-03 21:50:45 UTC (rev 433350)
+++ PKGBUILD	2022-01-03 21:50:55 UTC (rev 433351)
@@ -1,24 +0,0 @@
-# Maintainer:
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=4.8.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=('ea286830562cbc29d7818e94a63031b50e88b3679aba444b5010a1353cec6fa5')
-
-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 433350, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-03 21:50:55 UTC (rev 433351)
@@ -0,0 +1,24 @@
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=4.9.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=('0c3e9f3b748685b8162c35d854aecbd5822b52965e4b02f8104473f80430980a')
+
+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