[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Jan 6 07:41:02 UTC 2015
Date: Tuesday, January 6, 2015 @ 08:41:02
Author: fyan
Revision: 228703
archrelease: copy trunk to extra-any
Added:
iso-codes/repos/extra-any/PKGBUILD
(from rev 228702, iso-codes/trunk/PKGBUILD)
Deleted:
iso-codes/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-06 07:40:42 UTC (rev 228702)
+++ PKGBUILD 2015-01-06 07:41:02 UTC (rev 228703)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=iso-codes
-pkgver=3.54
-pkgrel=1
-pkgdesc="Lists of the country, language, and currency names"
-arch=('any')
-url="http://pkg-isocodes.alioth.debian.org/"
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('4deb72801cd67eda525f7f681e9f3233'
- 'SKIP')
-validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0') # Tobias Quathamer
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
-}
-
Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 228702, iso-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-06 07:41:02 UTC (rev 228703)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=iso-codes
+pkgver=3.57
+pkgrel=1
+pkgdesc="Lists of the country, language, and currency names"
+arch=('any')
+url="http://pkg-isocodes.alioth.debian.org/"
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ea67bb8f94063816d96c972bd00f7720'
+ 'SKIP')
+validpgpkeys=('60A031EEAB8EFA24001DF0A283FD1C4682D138E0') # Tobias Quathamer
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" pkgconfigdir=/usr/lib/pkgconfig install
+}
+
More information about the arch-commits
mailing list