[arch-commits] Commit in recode/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Sep 2 05:57:14 UTC 2019


    Date: Monday, September 2, 2019 @ 05:57:13
  Author: eworm
Revision: 361481

archrelease: copy trunk to testing-x86_64

Added:
  recode/repos/testing-x86_64/PKGBUILD
    (from rev 361480, recode/trunk/PKGBUILD)
Deleted:
  recode/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-02 05:57:03 UTC (rev 361480)
+++ PKGBUILD	2019-09-02 05:57:13 UTC (rev 361481)
@@ -1,31 +0,0 @@
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=recode
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="Converts files between various character sets and usages"
-arch=('x86_64')
-url='https://github.com/rrthomas/recode'
-license=('GPL3' 'LGPL3')
-depends=('glibc')
-makedepends=('python')
-source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2ff6bddcab2d23d4e9ecc11afb08b39ca51f823abd952ae4f5ea096f8d1ce515')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --infodir=/usr/share/info \
-    --without-included-gettext
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: recode/repos/testing-x86_64/PKGBUILD (from rev 361480, recode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-02 05:57:13 UTC (rev 361481)
@@ -0,0 +1,31 @@
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=recode
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="Converts files between various character sets and usages"
+arch=('x86_64')
+url='https://github.com/rrthomas/recode'
+license=('GPL3' 'LGPL3')
+depends=('glibc')
+makedepends=('python')
+source=("https://github.com/rrthomas/recode/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('88b9c72e63516f106df8e2488ad5abee8d31458a6b8b0612541665d2df943949')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --infodir=/usr/share/info \
+    --without-included-gettext
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list