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

Antonio Rojas arojas at archlinux.org
Sun Jun 14 08:41:36 UTC 2020


    Date: Sunday, June 14, 2020 @ 08:41:35
  Author: arojas
Revision: 389170

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-14 08:41:25 UTC (rev 389169)
+++ PKGBUILD	2020-06-14 08:41:35 UTC (rev 389170)
@@ -1,35 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=4.4
-pkgrel=2
-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' git)
-_commit=38edb926592954b87eb527124da0ec68d2a748f3  # tags/iso-codes-4.4^0
-source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 389169, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-14 08:41:35 UTC (rev 389170)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=4.5.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' git)
+_commit=a36019e5014bff251f83d522ddcfebaecf52afd3
+source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^iso-codes-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+



More information about the arch-commits mailing list