[arch-commits] Commit in libchardet/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 28 14:45:38 UTC 2021


    Date: Friday, May 28, 2021 @ 14:45:37
  Author: felixonmars
Revision: 949855

archrelease: copy trunk to community-x86_64

Added:
  libchardet/repos/community-x86_64/PKGBUILD
    (from rev 949854, libchardet/trunk/PKGBUILD)
Deleted:
  libchardet/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 14:45:20 UTC (rev 949854)
+++ PKGBUILD	2021-05-28 14:45:37 UTC (rev 949855)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: robertfoster
-
-pkgname=libchardet
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Mozilla's Universal Charset Detector C/C++ API"
-arch=('x86_64')
-license=('MPL')
-url="http://ftp.oops.org/pub/oops/libchardet"
-depends=('gcc-libs' 'bash')
-source=("https://github.com/Joungkyun/libchardet/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('bc53830d637db7d83dd385375ec702f00ab5bf135ca1cdbad3ce6cb2c0c081856f4c3c2eccfcf7d38b83b41ba052d3d1e286bd8c691929c138014ec4888fd725')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libchardet/repos/community-x86_64/PKGBUILD (from rev 949854, libchardet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-28 14:45:37 UTC (rev 949855)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: robertfoster
+
+pkgname=libchardet
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Mozilla's Universal Charset Detector C/C++ API"
+arch=('x86_64')
+license=('MPL')
+url="http://ftp.oops.org/pub/oops/libchardet"
+depends=('gcc-libs' 'bash')
+source=("https://github.com/Joungkyun/libchardet/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('bd774481811fb57bbe6d517fbd843b4c9ca4367b9ccb4eab98343d8e60191460d52763250b20760c183a057523313db8b9f94c99fad5f625a9259155235975d1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list