[arch-commits] Commit in iso-codes/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Mar 9 10:51:55 UTC 2021


    Date: Tuesday, March 9, 2021 @ 10:51:55
  Author: arojas
Revision: 409514

Update to 4.6.0

Modified:
  iso-codes/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-09 00:24:26 UTC (rev 409513)
+++ PKGBUILD	2021-03-09 10:51:55 UTC (rev 409514)
@@ -1,14 +1,14 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=iso-codes
-pkgver=4.5.0
+pkgver=4.6.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
+makedepends=(python git)
+_commit=3c012d266acaeda93d3e61ec11b8c18c1964fce1
 source=("git+https://salsa.debian.org/iso-codes-team/iso-codes/#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,13 +23,13 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd $pkgname
   make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
 }
 



More information about the arch-commits mailing list