[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Thu Nov 15 20:42:46 UTC 2018
Date: Thursday, November 15, 2018 @ 20:42:46
Author: jelle
Revision: 339737
archrelease: copy trunk to extra-any
Added:
iso-codes/repos/extra-any/PKGBUILD
(from rev 339736, iso-codes/trunk/PKGBUILD)
Deleted:
iso-codes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-15 20:42:33 UTC (rev 339736)
+++ PKGBUILD 2018-11-15 20:42:46 UTC (rev 339737)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=3.79
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="https://pkg-isocodes.alioth.debian.org/"
-license=('LGPL')
-makedepends=('python' git)
-_commit=c1d5dd96b33cb815ebc21d2708bc045b1545249d # tags/iso-codes-3.79^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 339736, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-15 20:42:46 UTC (rev 339737)
@@ -0,0 +1,35 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=4.1
+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=164802d5fd8c7a8167816fd86a62b286680619f0 # tags/iso-codes-4.1^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
+}
+
More information about the arch-commits
mailing list