[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Aug 23 21:36:01 UTC 2018
Date: Thursday, August 23, 2018 @ 21:36:01
Author: jgc
Revision: 332882
archrelease: copy trunk to extra-any
Added:
iso-codes/repos/extra-any/PKGBUILD
(from rev 332881, iso-codes/trunk/PKGBUILD)
Deleted:
iso-codes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-23 21:35:57 UTC (rev 332881)
+++ PKGBUILD 2018-08-23 21:36:01 UTC (rev 332882)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=3.76
-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=466dd437f40ec20d328dc5bf9ac57b64c4f954ab # tags/iso-codes-3.76
-source=("git+https://anonscm.debian.org/git/pkg-isocodes/iso-codes.git#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 332881, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-23 21:36:01 UTC (rev 332882)
@@ -0,0 +1,36 @@
+# $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
+}
+
More information about the arch-commits
mailing list